Slate.InvalidationRoot.VerifyWidgetsAreUpdatedOnce
Slate.InvalidationRoot.VerifyWidgetsAreUpdatedOnce
#Overview
name: Slate.InvalidationRoot.VerifyWidgetsAreUpdatedOnce
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Verify that the widgets are painted only once per tick.
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:136
Scope: file
Source code excerpt:
bool GSlateInvalidationRootVerifyWidgetsAreUpdatedOnce = false;
static FAutoConsoleVariableRef CVarSlateInvalidationRootVerifyWidgetsAreUpdatedOnce(
TEXT("Slate.InvalidationRoot.VerifyWidgetsAreUpdatedOnce"),
GSlateInvalidationRootVerifyWidgetsAreUpdatedOnce,
TEXT("Verify that the widgets are painted only once per tick.")
);
#endif //UE_SLATE_WITH_INVALIDATIONWIDGETLIST_DEBUGGING