Slate.TriggerInvalidate
Slate.TriggerInvalidate
#Overview
name: Slate.TriggerInvalidate
This variable is created as a Console Variable (cvar).
- type: 
Cmd - help: 
Triggers a global invalidate of all 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/Slate/Private/Framework/Application/SlateApplication.cpp:598
Scope: file
Source code excerpt:
static FAutoConsoleCommand GlobalInvalidateCommand(
	TEXT("Slate.TriggerInvalidate"),
	TEXT("Triggers a global invalidate of all widgets"),
	FConsoleCommandWithArgsDelegate::CreateStatic(&HandleGlobalInvalidateCVarTriggered)
);
#endif
//////////////////////////////////////////////////////////////////////////