SlateDebugger.Paint.ToggleWidgetNameList

SlateDebugger.Paint.ToggleWidgetNameList

#Overview

name: SlateDebugger.Paint.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/ConsoleSlateDebuggerPaint.cpp:51

Scope (from outer to inner):

file
function     FConsoleSlateDebuggerPaint::FConsoleSlateDebuggerPaint

Source code excerpt:

		, FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerPaint::HandleLogOnce))
	, DisplayWidgetsNameListCommand(
		TEXT("SlateDebugger.Paint.ToggleWidgetNameList"),
		TEXT("Option to display the name of the widgets that have been painted."),
		FConsoleCommandDelegate::CreateRaw(this, &FConsoleSlateDebuggerPaint::HandleToggleWidgetNameList))
	, MaxNumberOfWidgetInListtRefCVar(
		TEXT("SlateDebugger.Paint.MaxNumberOfWidgetDisplayedInList")
		, MaxNumberOfWidgetInList
		, TEXT("The max number of widgets that will be displayed when DisplayWidgetNameList is active."))