Input.ini 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. [/Script/Engine.InputSettings]
  2. bEnableMouseSmoothing=true
  3. bEnableFOVScaling=true
  4. FOVScale=0.01111
  5. DoubleClickTime=0.2f
  6. DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
  7. bAlwaysShowTouchInterface=false
  8. bShowConsoleOnFourFingerTap=true
  9. bAltEnterTogglesFullscreen=true
  10. bF11TogglesFullscreen=true
  11. bRequireCtrlToNavigateAutoComplete=False
  12. ConsoleKeys=Tilde
  13. AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  14. AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  15. AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  16. AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f))
  17. AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
  18. AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f))
  19. [/Script/Engine.PlayerInput]
  20. DebugExecBindings=(Key=F11,Command="LevelEditor.ToggleImmersive")
  21. DebugExecBindings=(Key=F11,Command="MainFrame.ToggleFullscreen",Shift=True)
  22. DebugExecBindings=(Key=F1,Command="viewmode wireframe", bIgnoreShift=True)
  23. DebugExecBindings=(Key=F2,Command="viewmode unlit")
  24. DebugExecBindings=(Key=F3,Command="viewmode lit")
  25. DebugExecBindings=(Key=F4,Command="viewmode lit_detaillighting")
  26. DebugExecBindings=(Key=F5,Command="viewmode shadercomplexity")
  27. DebugExecBindings=(Key=F9,Command="shot showui")
  28. DebugExecBindings=(Key=Period,Command="RECOMPILESHADERS CHANGED",Control=True,Shift=True)
  29. DebugExecBindings=(Key=Comma,Command="PROFILEGPU",Control=True,Shift=True)
  30. DebugExecBindings=(Key=Tab,Command="FocusNextPIEWindow",Control=True)
  31. DebugExecBindings=(Key=Tab,Command="FocusLastPIEWindow",Control=True,Shift=True)
  32. DebugExecBindings=(Key=Apostrophe,Command="EnableGDT")
  33. DebugExecBindings=(Key=Quote,Command="EnableGDT")
  34. [/Script/Engine.Console]
  35. HistoryBot=-1
  36. [/Script/EngineSettings.ConsoleSettings]
  37. MaxScrollbackSize=1024
  38. AutoCompleteMapPaths=Content/Maps
  39. ManualAutoCompleteList=(Command="Exit",Desc="Exits the game")
  40. ManualAutoCompleteList=(Command="DebugCreatePlayer 1",Desc=)
  41. ManualAutoCompleteList=(Command="ToggleDrawEvents",Desc="Toggles annotations for shader debugging with Pix, Razor or similar GPU capture tools")
  42. ManualAutoCompleteList=(Command="Shot",Desc="Make a screenshot")
  43. ManualAutoCompleteList=(Command="RecompileShaders changed",Desc="Recompile shaders that have any changes on their source files")
  44. ManualAutoCompleteList=(Command="RecompileShaders global",Desc="Recompile all the global shaders")
  45. ManualAutoCompleteList=(Command="RecompileShaders material ",Desc="Recompile shaders for a specific material")
  46. ManualAutoCompleteList=(Command="RecompileShaders all",Desc="Force a full rebuild of all shaders")
  47. ManualAutoCompleteList=(Command="DumpMaterialStats",Desc="Dump material information")
  48. ManualAutoCompleteList=(Command="DumpShaderStats",Desc="Dump shader information")
  49. ManualAutoCompleteList=(Command="DumpShaderPipelineStats",Desc="Dump shader pipeline information")
  50. ManualAutoCompleteList=(Command="StartFPSChart",Desc="after that use StopFPSChart")
  51. ManualAutoCompleteList=(Command="StopFPSChart",Desc="after that look for the output in Saved/Profiling/FPSChartStats")
  52. ManualAutoCompleteList=(Command="FreezeAt",Desc="Locks the player view and rendering time.")
  53. ManualAutoCompleteList=(Command="Open",Desc="<MapName> Opens the specified map, doesn't pass previously set options")
  54. ManualAutoCompleteList=(Command="Travel",Desc="<MapName> Travels to the specified map, passes along previously set options")
  55. ManualAutoCompleteList=(Command="ServerTravel",Desc="<MapName> Travels to the specified map and brings clients along, passes along previously set options")
  56. ManualAutoCompleteList=(Command="DisplayAll",Desc="<ClassName> <PropertyName> Display property values for instances of classname")
  57. ManualAutoCompleteList=(Command="DisplayAllLocation",Desc="<ClassName> Display location for all instances of classname")
  58. ManualAutoCompleteList=(Command="DisplayAllRotation",Desc="<ClassName> Display rotation for all instances of classname")
  59. ManualAutoCompleteList=(Command="DisplayClear",Desc="Clears previous DisplayAll entries")
  60. ManualAutoCompleteList=(Command="FlushPersistentDebugLines",Desc="Clears persistent debug line cache")
  61. ManualAutoCompleteList=(Command="GetAll ",Desc="<ClassName> <PropertyName> <Name=ObjectInstanceName> <OUTER=ObjectInstanceName> <SHOWDEFAULTS> <SHOWPENDINGKILLS> <DETAILED> Log property values of all instances of classname")
  62. ManualAutoCompleteList=(Command="GetAllState",Desc="<ClassName> Log state names for all instances of classname")
  63. ManualAutoCompleteList=(Command="Obj List ",Desc="<Class=ClassName> <Type=MetaClass> <Outer=OuterObject> <Package=InsidePackage> <Inside=InsideObject>")
  64. ManualAutoCompleteList=(Command="Obj ListContentRefs",Desc="<Class=ClassName> <ListClass=ClassName>")
  65. ManualAutoCompleteList=(Command="Obj Classes",Desc="Shows all classes")
  66. ManualAutoCompleteList=(Command="Obj Refs",Desc="Name=<ObjectName> Class=<OptionalObjectClass> Lists referencers of the specified object")
  67. ManualAutoCompleteList=(Command="EditActor",Desc="<Class=ClassName> or <Name=ObjectName> or TRACE")
  68. ManualAutoCompleteList=(Command="EditDefault",Desc="<Class=ClassName>")
  69. ManualAutoCompleteList=(Command="EditObject",Desc="<Class=ClassName> or <Name=ObjectName> or <ObjectName>")
  70. ManualAutoCompleteList=(Command="ReloadCfg ",Desc="<Class/ObjectName> Reloads config variables for the specified object/class")
  71. ManualAutoCompleteList=(Command="ReloadLoc ",Desc="<Class/ObjectName> Reloads localized variables for the specified object/class")
  72. ManualAutoCompleteList=(Command="Set ",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname")
  73. ManualAutoCompleteList=(Command="SetNoPEC",Desc="<ClassName> <PropertyName> <Value> Sets property to value on objectname without Pre/Post Edit Change notifications")
  74. ManualAutoCompleteList=(Command="Stat FPS",Desc="Shows FPS counter")
  75. ManualAutoCompleteList=(Command="Stat UNIT",Desc="Shows hardware unit framerate")
  76. ManualAutoCompleteList=(Command="Stat UnitGraph",Desc="Draws simple unit time graph")
  77. ManualAutoCompleteList=(Command="Stat NamedEvents",Desc="Stat NamedEvents (Enables named events for external profilers)")
  78. ManualAutoCompleteList=(Command="Stat StartFile",Desc="Stat StartFile (starts a stats capture, creating a new file in the Profiling directory; stop with stat StopFile to close the file)")
  79. ManualAutoCompleteList=(Command="Stat StopFile",Desc="Stat StopFile (finishes a stats capture started by stat StartFile)")
  80. ManualAutoCompleteList=(Command="Stat Hitches",Desc="Stat Hitches (shows an onscreen history of hitches)")
  81. ManualAutoCompleteList=(Command="Stat CPULoad",Desc="Stat CPULoad (Shows CPU Utilization)")
  82. ManualAutoCompleteList=(Command="Stat DUMPHITCHES",Desc="executes dumpstats on hitches - see log")
  83. ManualAutoCompleteList=(Command="Stat D3D11RHI",Desc="Shows Direct3D 11 stats")
  84. ManualAutoCompleteList=(Command="Stat LEVELS",Desc="Displays level streaming info")
  85. ManualAutoCompleteList=(Command="Stat GAME",Desc="Displays game performance stats")
  86. ManualAutoCompleteList=(Command="Stat MEMORY",Desc="Displays memory stats")
  87. ManualAutoCompleteList=(Command="Stat PHYSICS",Desc="Displays physics performance stats")
  88. ManualAutoCompleteList=(Command="Stat STREAMING",Desc="Displays basic texture streaming stats")
  89. ManualAutoCompleteList=(Command="Stat STREAMINGDETAILS",Desc="Displays detailed texture streaming stats")
  90. ManualAutoCompleteList=(Command="Stat GPU",Desc="Displays GPU stats for the frame")
  91. ManualAutoCompleteList=(Command="Stat COLLISION",Desc=)
  92. ManualAutoCompleteList=(Command="Stat PARTICLES",Desc=)
  93. ManualAutoCompleteList=(Command="Stat SCRIPT",Desc=)
  94. ManualAutoCompleteList=(Command="Stat AUDIO",Desc=)
  95. ManualAutoCompleteList=(Command="Stat ANIM",Desc=)
  96. ManualAutoCompleteList=(Command="Stat NET",Desc=)
  97. ManualAutoCompleteList=(Command="Stat LIST",Desc="<Groups/Sets/Group> List groups of stats, saved sets, or specific stats within a specified group")
  98. ManualAutoCompleteList=(Command="Stat splitscreen",Desc=)
  99. ManualAutoCompleteList=(Command="MemReport",Desc="Outputs memory stats to a profile file. -Full gives more data, -Log outputs to the log")
  100. ManualAutoCompleteList=(Command="ListTextures",Desc="Lists all loaded textures and their current memory footprint")
  101. ManualAutoCompleteList=(Command="ListStreamingTextures",Desc="Lists info all streaming textures")
  102. ManualAutoCompleteList=(Command="InvestigateTexture",Desc="shows streaming info about the specified texture")
  103. ManualAutoCompleteList=(Command="RestartLevel",Desc="restarts the level")
  104. ManualAutoCompleteList=(Command="Module List",Desc="Lists all known modules")
  105. ManualAutoCompleteList=(Command="Module Load",Desc="Attempts to load the specified module name")
  106. ManualAutoCompleteList=(Command="Module Unload",Desc="Unloads the specified module name")
  107. ManualAutoCompleteList=(Command="Module Reload",Desc="Reloads the specified module name, unloading it first if needed")
  108. ManualAutoCompleteList=(Command="Module Recompile",Desc="Attempts to recompile a module, first unloading it if needed")
  109. ManualAutoCompleteList=(Command="HotReload",Desc="<UObject DLL Hot Reload> Attempts to recompile a UObject DLL and reload it on the fly")
  110. ManualAutoCompleteList=(Command="ListSounds",Desc="Lists all the loaded sounds and their memory footprint")
  111. ManualAutoCompleteList=(Command="ListWaves",Desc="List the WaveInstances and whether they have a source")
  112. ManualAutoCompleteList=(Command="ListSoundClasses",Desc="Lists a summary of loaded sound collated by class")
  113. ManualAutoCompleteList=(Command="ListAudioComponents",Desc="Dumps a detailed list of all AudioComponent objects")
  114. ManualAutoCompleteList=(Command="ListSoundDurations",Desc=)
  115. ManualAutoCompleteList=(Command="PlaySoundCue",Desc="Lists a summary of loaded sound collated by class")
  116. ManualAutoCompleteList=(Command="PlaySoundWave",Desc=)
  117. ManualAutoCompleteList=(Command="SetBaseSoundMix",Desc="<MixName>")
  118. ManualAutoCompleteList=(Command="DisableLowPassFilter",Desc=)
  119. ManualAutoCompleteList=(Command="DisableEQFilter",Desc=)
  120. ManualAutoCompleteList=(Command="IsolateDryAudio",Desc=)
  121. ManualAutoCompleteList=(Command="IsolateReverb",Desc=)
  122. ManualAutoCompleteList=(Command="ResetSoundState",Desc="Resets volumes to default and removes test filters")
  123. ManualAutoCompleteList=(Command="DisableAllScreenMessages",Desc="Disables all on-screen warnings/messages")
  124. ManualAutoCompleteList=(Command="EnableAllScreenMessages",Desc="Enables all on-screen warnings/messages")
  125. ManualAutoCompleteList=(Command="ToggleAllScreenMessages",Desc="Toggles display state of all on-screen warnings/messages")
  126. ManualAutoCompleteList=(Command="ToggleAsyncCompute",Desc="Toggles AsyncCompute for platforms that have it")
  127. ManualAutoCompleteList=(Command="ToggleRenderingThread",Desc="Toggles the rendering thread for platforms that have it")
  128. ManualAutoCompleteList=(Command="CaptureMode",Desc="Toggles display state of all on-screen warnings/messages")
  129. ManualAutoCompleteList=(Command="ShowDebug None",Desc="Toggles ShowDebug w/ current debug type selection")
  130. ManualAutoCompleteList=(Command="ShowDebug Reset",Desc="Turns off ShowDebug, and clears debug type selection")
  131. ManualAutoCompleteList=(Command="ShowDebug NET",Desc=)
  132. ManualAutoCompleteList=(Command="ShowDebug PHYSICS",Desc=)
  133. ManualAutoCompleteList=(Command="ShowDebug COLLISION",Desc=)
  134. ManualAutoCompleteList=(Command="ShowDebug AI",Desc=)
  135. ManualAutoCompleteList=(Command="ShowDebug CAMERA",Desc=)
  136. ManualAutoCompleteList=(Command="ShowDebug WEAPON",Desc=)
  137. ManualAutoCompleteList=(Command="ShowDebug ANIMATION",Desc="Toggles display state of animation debug data")
  138. ManualAutoCompleteList=(Command="ShowDebug BONES",Desc="Toggles display of skeletalmesh bones")
  139. ManualAutoCompleteList=(Command="ShowDebug INPUT",Desc=)
  140. ManualAutoCompleteList=(Command="ShowDebug FORCEFEEDBACK",Desc="Toggles display of current force feedback values and what is contributing to that calculation")
  141. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory 3DBONES",Desc="With ShowDebug Bones: Toggles bone rendering between single lines and a more complex 3D model per bone")
  142. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory SYNCGROUPS",Desc="With ShowDebug Animation: Toggles display of sync group data")
  143. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory MONTAGES",Desc="With ShowDebug Animation: Toggles display of montage data")
  144. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory GRAPH",Desc="With ShowDebug Animation: Toggles display of animation blueprint graph")
  145. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory CURVES",Desc="With ShowDebug Animation: Toggles display of curve data")
  146. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory NOTIFIES",Desc="With ShowDebug Animation: Toggles display of notify data")
  147. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLGRAPH",Desc="With ShowDebug Animation: Toggles graph display between active nodes only and all nodes")
  148. ManualAutoCompleteList=(Command="ShowDebugToggleSubCategory FULLBLENDSPACEDISPLAY",Desc="With ShowDebug Animation: Toggles display of sample blend weights on blendspaces")
  149. ManualAutoCompleteList=(Command="ShowDebugForReticleTargetToggle ",Desc="<DesiredClass> Toggles 'ShowDebug' from showing debug info between reticle target actor (of subclass <DesiredClass>) and camera view target")
  150. ManualAutoCompleteList=(Command="Stat SOUNDMIXES",Desc="Shows active SoundMixes")
  151. ManualAutoCompleteList=(Command="Stat SOUNDWAVES",Desc="Shows active SoundWaves")
  152. ManualAutoCompleteList=(Command="Stat SOUNDCUES",Desc="Shows active SoundCues")
  153. ManualAutoCompleteList=(Command="Stat SOUNDS",Desc="<?> <sort=distance|class|name|waves|default> <-debug> <off> Shows active SoundCues and SoundWaves")
  154. ManualAutoCompleteList=(Command="StartMovieCapture",Desc=)
  155. ManualAutoCompleteList=(Command="StopMovieCapture",Desc=)
  156. ManualAutoCompleteList=(Command="TraceTag",Desc="Draw traces that use the specified tag")
  157. ManualAutoCompleteList=(Command="VisLog",Desc="Launches Log Visualizer tool")
  158. ManualAutoCompleteList=(Command="CycleNavDrawn",Desc="Cycles through navigation data (navmeshes for example) to draw one at a time")
  159. ManualAutoCompleteList=(Command="Log ",Desc="<category> <level> Change verbosity level for a log category")
  160. ManualAutoCompleteList=(Command="Log list",Desc="<search string> Search for log categories")
  161. ManualAutoCompleteList=(Command="Log reset",Desc="Undo any changes to log verbosity")
  162. ManualAutoCompleteList=(Command="RecordAnimation ActorName AnimName",Desc="Record animation for a specified actor to the specified file")
  163. ManualAutoCompleteList=(Command="StopRecordingAnimation All",Desc="Stop all recording animations")
  164. ManualAutoCompleteList=(Command="RecordSequence Filter ActorOrClassName",Desc="Record a level sequence from gameplay. Filter=<All|Actor|Class>")
  165. ManualAutoCompleteList=(Command="StopRecordingSequence",Desc="Stop recording the current sequence. Only one sequence recording can be active at one time.")
  166. ManualAutoCompleteList=(Command="FreezeRendering",Desc="Toggle freezing of most aspects of rendering (such as visibility calculations), useful in conjunction with ToggleDebugCamera to fly around and see how frustum and occlusion culling is working")
  167. ManualAutoCompleteList=(Command="ProfileGPU",Desc="Profile one frame of rendering commands sent to the GPU")
  168. ManualAutoCompleteList=(Command="Automation",Desc="Run an automation command (e.g., Automation RunTests TestName)")
  169. BackgroundOpacityPercentage=85.000000
  170. InputColor=(R=230,G=230,B=230,A=255)
  171. HistoryColor=(R=180,G=180,B=180,A=255)
  172. AutoCompleteCommandColor=(B=185,G=109,R=144,A=255)
  173. AutoCompleteCVarColor=(B=86,G=158,R=86,A=255)
  174. AutoCompleteFadedColor=(R=100,G=100,B=100,A=255)