SlateDebugger.Invalidate.bShowWidgetList
SlateDebugger.Invalidate.bShowWidgetList
#Overview
name: SlateDebugger.Invalidate.bShowWidgetList
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Option to display the names of invalidated widgets.
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/ConsoleSlateDebuggerInvalidate.cpp:61
Scope (from outer to inner):
file
function FConsoleSlateDebuggerInvalidate::FConsoleSlateDebuggerInvalidate
Source code excerpt:
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
, ShowWidgetsNameListRefCVar(
TEXT("SlateDebugger.Invalidate.bShowWidgetList"),
bShowWidgetList,
TEXT("Option to display the names of invalidated widgets."),
FConsoleVariableDelegate::CreateRaw(this, &FConsoleSlateDebuggerInvalidate::HandledConfigChanged))
, LogInvalidatedWidgetRefCVar(
TEXT("SlateDebugger.Invalidate.bLogInvalidatedWidget"),
bLogInvalidatedWidget,