Slate.DumpUpdateList
Slate.DumpUpdateList
#Overview
name: Slate.DumpUpdateList
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
(Deprecated) use Slate.InvalidationRoot.DumpUpdateListOnce
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:37
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarHandleDumpUpdateListCommand_Deprecated(
TEXT("Slate.DumpUpdateList"),
TEXT("(Deprecated) use Slate.InvalidationRoot.DumpUpdateListOnce"),
FConsoleCommandDelegate::CreateStatic([](){ GSlateInvalidationRootDumpUpdateListOnce = true; })
);
bool GSlateInvalidationRootDumpPreInvalidationList = false;
static FAutoConsoleVariableRef CVarSlateInvalidationRootDumpPreInvalidationList(