Slate.InvalidationRoot.DumpPrepassInvalidationList

Slate.InvalidationRoot.DumpPrepassInvalidationList

#Overview

name: Slate.InvalidationRoot.DumpPrepassInvalidationList

This variable is created as a Console Variable (cvar).

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:52

Scope: file

Source code excerpt:

bool GSlateInvalidationRootDumpPrepassInvalidationList = false;
static FAutoConsoleVariableRef CVarSlateInvalidationRootDumpPrepassInvalidationList(
	TEXT("Slate.InvalidationRoot.DumpPrepassInvalidationList"),
	GSlateInvalidationRootDumpPrepassInvalidationList,
	TEXT("Each frame, log the widgets that are processed in the prepass update phase.")
);
void LogPrepassInvalidationItem(const FSlateInvalidationWidgetList& FastWidgetPathList, FSlateInvalidationWidgetIndex WidgetIndex);

bool GSlateInvalidationRootDumpPostInvalidationList = false;