SlateDebugger.InvalidationRoot.ToggleLegend

SlateDebugger.InvalidationRoot.ToggleLegend

#Overview

name: SlateDebugger.InvalidationRoot.ToggleLegend

This variable is created as a Console Variable (cvar).

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/ConsoleSlateDebuggerInvalidationRoot.cpp:45

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerInvalidationRoot::FConsoleSlateDebuggerInvalidationRoot

Source code excerpt:

		, FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidationRoot::HandleEnabled))
	, ToggleLegendCommand(
		TEXT("SlateDebugger.InvalidationRoot.ToggleLegend"),
		TEXT("Option to display the color legend."),
		FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidationRoot::ToggleLegend))
	, ToogleWidgetsNameListCommand(
		TEXT("SlateDebugger.InvalidationRoot.ToggleWidgetNameList"),
		TEXT("Option to display the name of the Invalidation Root."),
		FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidationRoot::ToggleWidgetNameList))