稳稳当当存一波

This commit is contained in:
2023-08-29 01:42:15 +08:00
parent 1f41aae2dc
commit 7d9781938f
46 changed files with 12 additions and 6 deletions

View File

@@ -8,20 +8,21 @@ bRequiresPushToTalk=true
[/Script/AssetTools.AssetToolsSettings] [/Script/AssetTools.AssetToolsSettings]
[/Script/CommonInput.CommonInputSettings] [/Script/CommonInput.CommonInputSettings]
InputData=/CommonUI/GenericInputData.GenericInputData_C InputData=/Game/UI/Input/TestCommonInputData.TestCommonInputData_C
bEnableEnhancedInputSupport=True bEnableEnhancedInputSupport=True
bAllowOutOfFocusDeviceInput=False
[CommonInputPlatformSettings_Windows CommonInputPlatformSettings] [CommonInputPlatformSettings_Windows CommonInputPlatformSettings]
DefaultInputType=MouseAndKeyboard DefaultInputType=MouseAndKeyboard
bSupportsMouseAndKeyboard=True bSupportsMouseAndKeyboard=True
bSupportsTouch=False bSupportsTouch=False
bSupportsGamepad=True bSupportsGamepad=True
DefaultGamepadName=Generic DefaultGamepadName=Windows
bCanChangeGamepadType=True 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/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=/Game/UI/Foundation/Platform/Input/GamepadXboxOne/CommonInput_Gamepad_XboxOne.CommonInput_Gamepad_XboxOne_C
+ControllerData=None +ControllerData=/Game/UI/Foundation/Platform/Input/GamepadXboxSeriesX/CommonInput_Gamepad_XSX.CommonInput_Gamepad_XSX_C
+ControllerData=None

View File

@@ -21,4 +21,6 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Pawn.Identity.Enemy",DevComment="") +GameplayTagList=(Tag="Pawn.Identity.Enemy",DevComment="")
+GameplayTagList=(Tag="Pawn.Identity.NPC",DevComment="") +GameplayTagList=(Tag="Pawn.Identity.NPC",DevComment="")
+GameplayTagList=(Tag="Pawn.Identity.Player",DevComment="") +GameplayTagList=(Tag="Pawn.Identity.Player",DevComment="")
+GameplayTagList=(Tag="UI.Layer.Game",DevComment="")
+GameplayTagList=(Tag="UI.Layer.GameMenu",DevComment="")

View File

@@ -84,3 +84,6 @@ DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.Defaul
-ConsoleKeys=Tilde -ConsoleKeys=Tilde
+ConsoleKeys=Tilde +ConsoleKeys=Tilde
[EnhancedInputPlatformSettings_Windows EnhancedInputPlatformSettings]
bShouldLogMappingContextRedirects=False

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.