merge the vr template settings and optimize for vr
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
[/Script/AdvancedPreviewScene.SharedProfiles]
|
[/Script/UnrealEd.EditorPerformanceProjectSettings]
|
||||||
|
RealtimeScreenPercentageMode=BasedOnDPIScale
|
||||||
|
|||||||
+52
-152
@@ -1,12 +1,55 @@
|
|||||||
|
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
GameDefaultMap=/Game/Maps/Oveview.Oveview
|
GameDefaultMap=/Game/Maps/Oveview.Oveview
|
||||||
EditorStartupMap=/Game/Maps/Oveview.Oveview
|
EditorStartupMap=/Game/Maps/Oveview.Oveview
|
||||||
GlobalDefaultGameMode=/Game/Blueprints/BP_SGGameMode.BP_SGGameMode_C
|
GlobalDefaultGameMode=/Game/Blueprints/BP_SGGameMode.BP_SGGameMode_C
|
||||||
|
GameInstanceClass=/Script/SenseGlove.SGGameInstance
|
||||||
|
|
||||||
|
[/Script/Engine.RendererSettings]
|
||||||
|
r.ForwardShading=True
|
||||||
|
r.MobileHDR=False
|
||||||
|
vr.MobileMultiView=True
|
||||||
|
vr.InstancedStereo=True
|
||||||
|
r.DefaultFeature.AutoExposure=False
|
||||||
|
r.DefaultFeature.AmbientOcclusion=False
|
||||||
|
r.DefaultFeature.AmbientOcclusionStaticFraction=False
|
||||||
|
r.DefaultFeature.MotionBlur=False
|
||||||
|
r.Mobile.UseHWsRGBEncoding=True
|
||||||
|
|
||||||
|
r.Shadow.Virtual.Enable=1
|
||||||
|
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
||||||
|
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
|
||||||
|
r.GenerateMeshDistanceFields=True
|
||||||
|
|
||||||
|
r.DynamicGlobalIlluminationMethod=1
|
||||||
|
|
||||||
|
r.ReflectionMethod=1
|
||||||
|
r.Mobile.AntiAliasing=3
|
||||||
|
r.AntiAliasingMethod=3
|
||||||
|
|
||||||
|
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||||
|
bBuildForES31=False
|
||||||
|
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
|
||||||
|
bPackageForMetaQuest=True
|
||||||
|
PackageName=com.senseglove.sgbasicdemo
|
||||||
|
MinSDKVersion=32
|
||||||
|
TargetSDKVersion=32
|
||||||
|
bRemoveOSIG=True
|
||||||
|
bDisableVerifyOBBOnStartUp=True
|
||||||
|
bPackageDataInsideApk=True
|
||||||
|
|
||||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
DefaultGraphicsRHI=DefaultGraphicsRHI_Default
|
||||||
-D3D12TargetedShaderFormats=PCD3D_SM5
|
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||||
+D3D12TargetedShaderFormats=PCD3D_SM6
|
+D3D12TargetedShaderFormats=PCD3D_SM6
|
||||||
-D3D11TargetedShaderFormats=PCD3D_SM5
|
-D3D11TargetedShaderFormats=PCD3D_SM5
|
||||||
@@ -34,33 +77,17 @@ CompressionQualityModifier=1.000000
|
|||||||
AutoStreamingThreshold=0.000000
|
AutoStreamingThreshold=0.000000
|
||||||
SoundCueCookQualityIndex=-1
|
SoundCueCookQualityIndex=-1
|
||||||
|
|
||||||
|
[/Script/NavigationSystem.NavigationSystemV1]
|
||||||
|
bAllowClientSideNavigation=True
|
||||||
|
|
||||||
[/Script/HardwareTargeting.HardwareTargetingSettings]
|
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||||
TargetedHardwareClass=Desktop
|
-TargetedRHIs=SF_VULKAN_SM5
|
||||||
AppliedTargetedHardwareClass=Desktop
|
+TargetedRHIs=SF_VULKAN_SM6
|
||||||
DefaultGraphicsPerformance=Maximum
|
|
||||||
AppliedDefaultGraphicsPerformance=Maximum
|
|
||||||
|
|
||||||
[/Script/Engine.RendererSettings]
|
|
||||||
r.GenerateMeshDistanceFields=True
|
|
||||||
r.DynamicGlobalIlluminationMethod=1
|
|
||||||
r.ReflectionMethod=1
|
|
||||||
r.Shadow.Virtual.Enable=1
|
|
||||||
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
|
||||||
r.AntiAliasingMethod=2
|
|
||||||
r.Mobile.UseHWsRGBEncoding=False
|
|
||||||
r.MobileHDR=False
|
|
||||||
r.DefaultFeature.MotionBlur=False
|
|
||||||
|
|
||||||
[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
|
|
||||||
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'
|
|
||||||
|
|
||||||
[/Script/Engine.UserInterfaceSettings]
|
|
||||||
bAuthorizeAutomaticWidgetVariableCreation=False
|
|
||||||
|
|
||||||
[/Script/Engine.Engine]
|
[/Script/Engine.Engine]
|
||||||
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/SGBasicDemo")
|
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/SGBasicDemo")
|
||||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/SGBasicDemo")
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/SGBasicDemo")
|
||||||
|
GameUserSettingsClassName=/Script/SenseGlove.SGGameUserSettings
|
||||||
|
|
||||||
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
|
||||||
bEnablePlugin=True
|
bEnablePlugin=True
|
||||||
@@ -76,130 +103,3 @@ ConnectionType=USBOnly
|
|||||||
bUseManualIPAddress=False
|
bUseManualIPAddress=False
|
||||||
ManualIPAddress=
|
ManualIPAddress=
|
||||||
|
|
||||||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
|
||||||
PackageName=com.senseglove.sgbasicdemo
|
|
||||||
StoreVersion=1
|
|
||||||
StoreVersionOffsetArm64=0
|
|
||||||
StoreVersionOffsetX8664=0
|
|
||||||
ApplicationDisplayName=
|
|
||||||
VersionDisplayName=1.0
|
|
||||||
MinSDKVersion=29
|
|
||||||
TargetSDKVersion=29
|
|
||||||
InstallLocation=InternalOnly
|
|
||||||
bEnableLint=False
|
|
||||||
bPackageDataInsideApk=True
|
|
||||||
bCreateAllPlatformsInstall=False
|
|
||||||
bDisableVerifyOBBOnStartUp=True
|
|
||||||
bForceSmallOBBFiles=False
|
|
||||||
bAllowLargeOBBFiles=False
|
|
||||||
bAllowPatchOBBFile=False
|
|
||||||
bAllowOverflowOBBFiles=False
|
|
||||||
bDontBundleLibrariesInAPK=False
|
|
||||||
bUseExternalFilesDir=True
|
|
||||||
bPublicLogFiles=True
|
|
||||||
Orientation=SensorLandscape
|
|
||||||
MaxAspectRatio=2.100000
|
|
||||||
bUseDisplayCutout=False
|
|
||||||
bAllowResizing=False
|
|
||||||
bSupportSizeChanges=False
|
|
||||||
bRestoreNotificationsOnReboot=False
|
|
||||||
bFullScreen=True
|
|
||||||
bEnableNewKeyboard=True
|
|
||||||
DepthBufferPreference=Default
|
|
||||||
bValidateTextureFormats=True
|
|
||||||
bForceCompressNativeLibs=False
|
|
||||||
bEnableAdvancedBinaryCompression=False
|
|
||||||
bEnableBundle=False
|
|
||||||
bEnableUniversalAPK=True
|
|
||||||
bBundleABISplit=True
|
|
||||||
bBundleLanguageSplit=True
|
|
||||||
bBundleDensitySplit=True
|
|
||||||
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
|
|
||||||
ExtraActivitySettings=
|
|
||||||
bAndroidVoiceEnabled=False
|
|
||||||
bRecordPermissionAtStartupEnabled=False
|
|
||||||
bEnableMulticastSupport=False
|
|
||||||
bPackageForMetaQuest=True
|
|
||||||
bRemoveOSIG=True
|
|
||||||
KeyStore=
|
|
||||||
KeyAlias=
|
|
||||||
KeyStorePassword=
|
|
||||||
KeyPassword=
|
|
||||||
bBuildForArm64=True
|
|
||||||
bBuildForX8664=False
|
|
||||||
bBuildForES31=False
|
|
||||||
bSupportsVulkan=True
|
|
||||||
bSupportsVulkanSM5=False
|
|
||||||
DebugVulkanLayerDirectory=(Path="")
|
|
||||||
bAndroidOpenGLSupportsBackbufferSampling=False
|
|
||||||
bDetectVulkanByDefault=True
|
|
||||||
bBuildWithHiddenSymbolVisibility=True
|
|
||||||
bDisableStackProtector=False
|
|
||||||
bDisableLibCppSharedDependencyValidation=False
|
|
||||||
bSaveSymbols=False
|
|
||||||
bStripShaderReflection=True
|
|
||||||
bEnableGooglePlaySupport=False
|
|
||||||
RequestCodeForPlayGamesActivities=80002
|
|
||||||
PlayGamesClientId=
|
|
||||||
bForceRefreshToken=False
|
|
||||||
GamesAppID=
|
|
||||||
bSupportAdMob=True
|
|
||||||
AdMobAppID=
|
|
||||||
TagForChildDirectedTreatment=TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED
|
|
||||||
TagForUnderAgeOfConsent=TAG_FOR_UNDER_AGE_OF_CONSENT_UNSPECIFIED
|
|
||||||
MaxAdContentRating=MAX_AD_CONTENT_RATING_G
|
|
||||||
AdMobAdUnitID=
|
|
||||||
GooglePlayLicenseKey=
|
|
||||||
GCMClientSenderID=
|
|
||||||
bShowLaunchImage=True
|
|
||||||
bAllowIMU=False
|
|
||||||
bAllowControllers=True
|
|
||||||
bBlockAndroidKeysOnControllers=False
|
|
||||||
bControllersBlockDeviceFeedback=False
|
|
||||||
AndroidAudio=Default
|
|
||||||
AudioSampleRate=44100
|
|
||||||
AudioCallbackBufferFrameSize=1024
|
|
||||||
AudioNumBuffersToEnqueue=4
|
|
||||||
AudioMaxChannels=0
|
|
||||||
AudioNumSourceWorkers=0
|
|
||||||
SpatializationPlugin=
|
|
||||||
SourceDataOverridePlugin=
|
|
||||||
ReverbPlugin=
|
|
||||||
OcclusionPlugin=
|
|
||||||
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
|
|
||||||
CacheSizeKB=65536
|
|
||||||
MaxChunkSizeOverrideKB=0
|
|
||||||
bResampleForDevice=False
|
|
||||||
SoundCueCookQualityIndex=-1
|
|
||||||
MaxSampleRate=48000.000000
|
|
||||||
HighSampleRate=32000.000000
|
|
||||||
MedSampleRate=24000.000000
|
|
||||||
LowSampleRate=12000.000000
|
|
||||||
MinSampleRate=8000.000000
|
|
||||||
CompressionQualityModifier=1.000000
|
|
||||||
AutoStreamingThreshold=0.000000
|
|
||||||
AndroidGraphicsDebugger=None
|
|
||||||
MaliGraphicsDebuggerPath=(Path="")
|
|
||||||
bEnableMaliPerfCounters=False
|
|
||||||
bMultiTargetFormat_ETC2=True
|
|
||||||
bMultiTargetFormat_DXT=True
|
|
||||||
bMultiTargetFormat_ASTC=True
|
|
||||||
TextureFormatPriority_ETC2=0.200000
|
|
||||||
TextureFormatPriority_DXT=0.600000
|
|
||||||
TextureFormatPriority_ASTC=0.900000
|
|
||||||
SDKAPILevelOverride=
|
|
||||||
NDKAPILevelOverride=
|
|
||||||
BuildToolsOverride=
|
|
||||||
bStreamLandscapeMeshLODs=False
|
|
||||||
bEnableDomStorage=False
|
|
||||||
|
|
||||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
|
||||||
SpatializationPlugin=
|
|
||||||
SourceDataOverridePlugin=
|
|
||||||
ReverbPlugin=
|
|
||||||
OcclusionPlugin=
|
|
||||||
SoundCueCookQualityIndex=-1
|
|
||||||
-TargetedRHIs=SF_VULKAN_SM5
|
|
||||||
+TargetedRHIs=SF_VULKAN_SM5
|
|
||||||
+TargetedRHIs=SF_VULKAN_SM6
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
[/Script/EngineSettings.GeneralProjectSettings]
|
[/Script/EngineSettings.GeneralProjectSettings]
|
||||||
ProjectID=E256E7EC4C1EF4EB6AAA73ABF25F40A9
|
ProjectID=E256E7EC4C1EF4EB6AAA73ABF25F40A9
|
||||||
bStartInVR=True
|
bStartInVR=True
|
||||||
|
|||||||
+29
-1
@@ -50,6 +50,7 @@
|
|||||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Touch",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
@@ -58,6 +59,30 @@
|
|||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton1",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_FaceButton2",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_IndexPointing",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbUp",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Left_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Left_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Left_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Left_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Left_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Right_ThumbPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Right_IndexPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Right_MiddlePinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Right_RingPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusHand_Right_PinkPinchStrength",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Left_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
|
+AxisConfig=(AxisKeyName="OculusTouch_Right_ThumbRest",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
|
||||||
bAltEnterTogglesFullscreen=True
|
bAltEnterTogglesFullscreen=True
|
||||||
bF11TogglesFullscreen=True
|
bF11TogglesFullscreen=True
|
||||||
bUseMouseForTouch=False
|
bUseMouseForTouch=False
|
||||||
@@ -81,5 +106,8 @@ DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
|
|||||||
DefaultTouchInterface=None
|
DefaultTouchInterface=None
|
||||||
-ConsoleKeys=Tilde
|
-ConsoleKeys=Tilde
|
||||||
+ConsoleKeys=Tilde
|
+ConsoleKeys=Tilde
|
||||||
+ConsoleKeys=Caret
|
|
||||||
|
|
||||||
|
[/Script/OpenXRInput.OpenXRInputSettings]
|
||||||
|
bUseEnhancedInput=True
|
||||||
|
|
||||||
|
[/Script/EnhancedInput.EnhancedInputDeveloperSettings]
|
||||||
|
|||||||
Reference in New Issue
Block a user