SlateDebugger.Update.ToggleLegend
SlateDebugger.Update.ToggleLegend
#Overview
name: SlateDebugger.Update.ToggleLegend
This variable is created as a Console Variable (cvar).
- type:
Cmd
- 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/ConsoleSlateDebuggerUpdate.cpp:51
Scope (from outer to inner):
file
function FConsoleSlateDebuggerUpdate::FConsoleSlateDebuggerUpdate
Source code excerpt:
, FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::HandleEnabled))
, ToggleLegendCommand(
TEXT("SlateDebugger.Update.ToggleLegend"),
TEXT("Option to display the color legend."),
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::ToggleDisplayLegend))
, ToogleWidgetsNameListCommand(
TEXT("SlateDebugger.Update.ToggleWidgetNameList"),
TEXT("Option to display the name of the widgets that have been updated."),
FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::ToogleDisplayWidgetNameList))