SlateDebugger.Update.ToggleWidgetNameList

SlateDebugger.Update.ToggleWidgetNameList

#Overview

name: SlateDebugger.Update.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/ConsoleSlateDebuggerUpdate.cpp:55

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerUpdate::FConsoleSlateDebuggerUpdate

Source code excerpt:

		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))
	, ToogleDisplayUpdateFromPaintCommand(
		TEXT("SlateDebugger.Update.ToggleUpdateFromPaint"),
		TEXT("Option to also display the widgets that do not have an update flag but are updated as a side effect of an other widget."),
		FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerUpdate::ToogleDisplayUpdateFromPaint))