SlateDebugger.Break.RemoveAll
SlateDebugger.Break.RemoveAll
#Overview
name: SlateDebugger.Break.RemoveAll
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Remove all request to break.\n
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/ConsoleSlateDebuggerBreak.cpp:31
Scope (from outer to inner):
file
function FConsoleSlateDebuggerBreak::FConsoleSlateDebuggerBreak
Source code excerpt:
TEXT("Usage: [WidgetPtr=0x1234567]|[WidgetId=12345]"),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::HandleEndWidgetPaint))
, RemoveAllCommand(TEXT("SlateDebugger.Break.RemoveAll"),
TEXT("Remove all request to break.\n"),
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerBreak::RemoveAll))
{
}