Slate.InvalidationRoot.DumpPostInvalidationList
Slate.InvalidationRoot.DumpPostInvalidationList
#Overview
name: Slate.InvalidationRoot.DumpPostInvalidationList
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Each frame, log the widgets that are processed in the post update phase.
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:60
Scope: file
Source code excerpt:
bool GSlateInvalidationRootDumpPostInvalidationList = false;
static FAutoConsoleVariableRef CVarSlateInvalidationRootDumpPostInvalidationList(
TEXT("Slate.InvalidationRoot.DumpPostInvalidationList"),
GSlateInvalidationRootDumpPostInvalidationList,
TEXT("Each frame, log the widgets that are processed in the post update phase.")
);
void LogPostInvalidationItem(const FSlateInvalidationWidgetList& FastWidgetPathList, FSlateInvalidationWidgetIndex WidgetIndex);
#endif