SlateDebugger.InvalidationRoot.ToggleWidgetNameList

SlateDebugger.InvalidationRoot.ToggleWidgetNameList

#Overview

name: SlateDebugger.InvalidationRoot.ToggleWidgetNameList

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:49

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerInvalidationRoot::FConsoleSlateDebuggerInvalidationRoot

Source code excerpt:

		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))

{
	GConfig->GetBool(TEXT("SlateDebugger.InvalidationRoot"), TEXT("bDisplayInvalidationRootList"), bDisplayInvalidationRootList, *GEditorPerProjectIni);
	GConfig->GetBool(TEXT("SlateDebugger.InvalidationRoot"), TEXT("bUseWidgetPathAsName"), bUseWidgetPathAsName, *GEditorPerProjectIni);