SlateDebugger.Invalidate.bShowLegend
SlateDebugger.Invalidate.bShowLegend
#Overview
name: SlateDebugger.Invalidate.bShowLegend
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Option to display the color legend.
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:56
Scope (from outer to inner):
file
function FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate
Source code excerpt:
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandleEnabled))
, ShowLegendRefCVar(
TEXT("SlateDebugger.Invalidate.bShowLegend"),
bShowLegend,
TEXT("Option to display the color legend."),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
, ShowWidgetsNameListRefCVar(
TEXT("SlateDebugger.Invalidate.bShowWidgetList"),
bShowWidgetList,