Slate.InvalidationRoot.DumpUpdateListOnce
Slate.InvalidationRoot.DumpUpdateListOnce
#Overview
name: Slate.InvalidationRoot.DumpUpdateListOnce
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Log the widgets that will be updated this frame.
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/FastUpdate/SlateInvalidationRoot.cpp:31
Scope: file
Source code excerpt:
bool GSlateInvalidationRootDumpUpdateListOnce = false;
static FAutoConsoleVariableRef CVarSlateInvalidationRootDumpUpdateListOnce(
TEXT("Slate.InvalidationRoot.DumpUpdateListOnce"),
GSlateInvalidationRootDumpUpdateListOnce,
TEXT("Log the widgets that will be updated this frame.")
);
static FAutoConsoleCommand CVarHandleDumpUpdateListCommand_Deprecated(
TEXT("Slate.DumpUpdateList"),