SlateDebugger.Stop
SlateDebugger.Stop
#Overview
name: SlateDebugger.Stop
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Alias to \'SlateDebugger.Event.Stop\'.
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:47
Scope (from outer to inner):
file
function FConsoleSlateDebugger::FConsoleSlateDebugger
Source code excerpt:
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebugger::StartDebugging))
, StopDebuggingCommandAlias(
TEXT("SlateDebugger.Stop"),
*LOCTEXT("StopDebuggerAlias", "Alias to 'SlateDebugger.Event.Stop'.").ToString(),
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebugger::StopDebugging))
, EnableLogWarning(
TEXT("SlateDebugger.Event.LogWarning"),
bLogWarning,
*LOCTEXT("LogWarning", "Log warning events").ToString(),