SlateDebugger.Event.LogAttemptNavigationEvent
SlateDebugger.Event.LogAttemptNavigationEvent
#Overview
name: SlateDebugger.Event.LogAttemptNavigationEvent
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Log attempt navigation events
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:66
Scope (from outer to inner):
file
function FConsoleSlateDebugger::FConsoleSlateDebugger
Source code excerpt:
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
, EnableLogAttemptNavigationEvent(
TEXT("SlateDebugger.Event.LogAttemptNavigationEvent"),
bLogAttemptNavigationEvent,
*LOCTEXT("LogAttemptNavigationEvent", "Log attempt navigation events").ToString(),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
, EnableLogExecuteNavigationEvent(
TEXT("SlateDebugger.Event.LogExecuteNavigationEvent"),
bLogExecuteNavigationEvent,