fx.Niagara.GeometryComponentRenderPoolInactiveTimeLimit
fx.Niagara.GeometryComponentRenderPoolInactiveTimeLimit
#Overview
name: fx.Niagara.GeometryComponentRenderPoolInactiveTimeLimit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The time in seconds an inactive component can linger in the pool before being destroyed.
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/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/NiagaraRendererGeometryCache.cpp:16
Scope: file
Source code excerpt:
static float GNiagaraGeometryComponentRenderPoolInactiveTimeLimit = 5;
static FAutoConsoleVariableRef CVarNiagaraComponentRenderPoolInactiveTimeLimit(
TEXT("fx.Niagara.GeometryComponentRenderPoolInactiveTimeLimit"),
GNiagaraGeometryComponentRenderPoolInactiveTimeLimit,
TEXT("The time in seconds an inactive component can linger in the pool before being destroyed."),
ECVF_Default
);
//////////////////////////////////////////////////////////////////////////