forked from Sixze/ALS-Refactored
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefaultInput.ini
26 lines (24 loc) · 1.72 KB
/
DefaultInput.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[/Script/Engine.InputSettings]
bEnableLegacyInputScales=False
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
[/Script/Engine.PlayerInput]
+DebugExecBindings=(Key=Zero,Command="ShowDebug",Shift=True)
+DebugExecBindings=(Key=One,Command="ShowDebug Als.Curves",Shift=True)
+DebugExecBindings=(Key=Two,Command="ShowDebug Als.State",Shift=True)
+DebugExecBindings=(Key=Three,Command="ShowDebug Als.Shapes",Shift=True)
+DebugExecBindings=(Key=Four,Command="ShowDebug Als.Traces",Shift=True)
+DebugExecBindings=(Key=Five,Command="ShowDebug Als.Mantling",Shift=True)
+DebugExecBindings=(Key=Six,Command="ShowDebug Als.CameraCurves",Shift=True)
+DebugExecBindings=(Key=Seven,Command="ShowDebug Als.CameraShapes",Shift=True)
+DebugExecBindings=(Key=Eight,Command="ShowDebug Als.CameraTraces",Shift=True)
[/Script/EngineSettings.ConsoleSettings]
+ManualAutoCompleteList=(Command="Stat Als",Desc="Displays ALS performance statistics.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Curves",Desc="Displays animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.State",Desc="Displays character state.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Shapes",Desc="Displays debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Traces",Desc="Displays animation traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.Mantling",Desc="Displays mantling traces.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraCurves",Desc="Displays camera animation curves.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraShapes",Desc="Displays camera debug shapes.")
+ManualAutoCompleteList=(Command="ShowDebug Als.CameraTraces",Desc="Displays camera traces.")