Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.24 KB

gameplay-debugging.md

File metadata and controls

56 lines (31 loc) · 1.24 KB
sortIndex sidebar
7
ue4guide

Gameplay Debugger Capabilities:

  • Look at FGameplayDebugger module

  • Contains GameplayDebuggingComponent, GameplayDebuggingControllerComponent, GameplayDebuggingReplicator, GameplayDebuggingHUDComponent

  • You can specify debug bindings by adding this to DefaultInput.ini

 \[/Script/Engine.PlayerInput]

 +DebugExecBindings=(Key=L,Command="ToggleInfiniteAmmo")

 +DebugExecBindings=(Key=L,Command="ToggleInfiniteClip", Control=True)

 +DebugExecBindings=(Key=T,Command="ToggleMatchTimer")

 +DebugExecBindings=(Key=T, Command="ForceMatchStart", Control=True)

Useful Gameplay Debugging Console Commands:

ViewSelf / ViewActor

Debug Collision:

show collision

ShowDebug …

ShowDebugForReticleToggle …

ShowDebug DebugType

Show … /ShowFlag …

ToggleDebugCamera

Debug Input:

showdebug input.