SlateDebugger.Event.LogCursorChangeEvent
SlateDebugger.Event.LogCursorChangeEvent
#Overview
name: SlateDebugger.Event.LogCursorChangeEvent
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Log cursor change 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:81
Scope (from outer to inner):
file
function FConsoleSlateDebugger::FConsoleSlateDebugger
Source code excerpt:
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
, EnableLogCursorChangeEvent(
TEXT("SlateDebugger.Event.LogCursorChangeEvent"),
bLogCursorChangeEvent,
*LOCTEXT("LogCursorChangeEvent", "Log cursor change events").ToString(),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebugger::OnLogVariablesChanged))
, CaptureStackVariable(
TEXT("SlateDebugger.Event.CaptureStack"),
bCaptureStack,