稳稳当当存一波
This commit is contained in:
@@ -8,20 +8,21 @@ bRequiresPushToTalk=true
|
||||
[/Script/AssetTools.AssetToolsSettings]
|
||||
|
||||
[/Script/CommonInput.CommonInputSettings]
|
||||
InputData=/CommonUI/GenericInputData.GenericInputData_C
|
||||
InputData=/Game/UI/Input/TestCommonInputData.TestCommonInputData_C
|
||||
bEnableEnhancedInputSupport=True
|
||||
|
||||
|
||||
bAllowOutOfFocusDeviceInput=False
|
||||
|
||||
[CommonInputPlatformSettings_Windows CommonInputPlatformSettings]
|
||||
DefaultInputType=MouseAndKeyboard
|
||||
bSupportsMouseAndKeyboard=True
|
||||
bSupportsTouch=False
|
||||
bSupportsGamepad=True
|
||||
DefaultGamepadName=Generic
|
||||
DefaultGamepadName=Windows
|
||||
bCanChangeGamepadType=True
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/KeyboardMouse/CommonInput_KeyboardMouse.CommonInput_KeyboardMouse_C
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/GamepadPS4/CommonInput_Gamepad_PS4.CommonInput_Gamepad_PS4_C
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/GamepadPS5/CommonInput_Gamepad_PS5.CommonInput_Gamepad_PS5_C
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/GamepadSwitch/CommonInput_Gamepad_Switch.CommonInput_Gamepad_Switch_C
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/GamepadXboxOne/CommonInput_Gamepad_XboxOne.CommonInput_Gamepad_XboxOne_C
|
||||
+ControllerData=None
|
||||
+ControllerData=None
|
||||
+ControllerData=/Game/UI/Foundation/Platform/Input/GamepadXboxSeriesX/CommonInput_Gamepad_XSX.CommonInput_Gamepad_XSX_C
|
||||
|
||||
|
||||
@@ -21,4 +21,6 @@ NetIndexFirstBitSegment=16
|
||||
+GameplayTagList=(Tag="Pawn.Identity.Enemy",DevComment="")
|
||||
+GameplayTagList=(Tag="Pawn.Identity.NPC",DevComment="")
|
||||
+GameplayTagList=(Tag="Pawn.Identity.Player",DevComment="")
|
||||
+GameplayTagList=(Tag="UI.Layer.Game",DevComment="")
|
||||
+GameplayTagList=(Tag="UI.Layer.GameMenu",DevComment="")
|
||||
|
||||
|
||||
@@ -84,3 +84,6 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul
|
||||
-ConsoleKeys=Tilde
|
||||
+ConsoleKeys=Tilde
|
||||
|
||||
[EnhancedInputPlatformSettings_Windows EnhancedInputPlatformSettings]
|
||||
bShouldLogMappingContextRedirects=False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user