SlateDebugger.Event.InputRoutingModeEnabled
SlateDebugger.Event.InputRoutingModeEnabled
#Overview
name: SlateDebugger.Event.InputRoutingModeEnabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we output the route that an input event took?
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/SlateCore/Private/Debugging/ConsoleSlateDebugger.cpp:90
Scope (from outer to inner):
file
function FConsoleSlateDebugger::FConsoleSlateDebugger
Source code excerpt:
*LOCTEXT("CaptureStack", "Should we capture the stack when there are events?").ToString())
, EnableInputRoutingMode(
TEXT("SlateDebugger.Event.InputRoutingModeEnabled"),
bInputRoutingModeEnabled,
*LOCTEXT("InputRoutingModeEnabled", "Should we output the route that an input event took?").ToString(),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
, SetInputFilterCommand(
TEXT("SlateDebugger.Event.SetInputFilter"),
*LOCTEXT("SetInputFilter", "Enable or Disable specific input filters").ToString(),