SlateDebugger.Invalidate.Enabled
SlateDebugger.Invalidate.Enabled
#Overview
name: SlateDebugger.Invalidate.Enabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Start/Stop the Invalidation widget debug tool. It shows widgets that are invalidated.
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/ConsoleSlateDebuggerInvalidate.cpp:51
Scope (from outer to inner):
file
function FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate
Source code excerpt:
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::StopDebugging))
, EnabledRefCVar(
TEXT("SlateDebugger.Invalidate.Enabled"),
bEnabledCVarValue,
TEXT("Start/Stop the Invalidation widget debug tool. It shows widgets that are invalidated."),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandleEnabled))
, ShowLegendRefCVar(
TEXT("SlateDebugger.Invalidate.bShowLegend"),
bShowLegend,