Slate.EnableDeleteUnusedPostProcess
Slate.EnableDeleteUnusedPostProcess
#Overview
name: Slate.EnableDeleteUnusedPostProcess
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Greater than zero implies that post process render targets will be deleted when they are not used after n frames.
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/SlateRHIRenderer/Private/SlatePostProcessor.cpp:18
Scope: file
Source code excerpt:
int GSlateEnableDeleteUnusedPostProcess = 0;
static FAutoConsoleVariableRef CVarSlateEnableDeleteUnusedPostProcess(
TEXT("Slate.EnableDeleteUnusedPostProcess"),
GSlateEnableDeleteUnusedPostProcess,
TEXT("Greater than zero implies that post process render targets will be deleted when they are not used after n frames.")
);
static const int32 NumIntermediateTargets = 2;