FX.NiagaraComponentPool.CleanTime
FX.NiagaraComponentPool.CleanTime
#Overview
name: FX.NiagaraComponentPool.CleanTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
How often should the pool be cleaned (in seconds).
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/FX/Niagara/Source/Niagara/Private/NiagaraComponentPool.cpp:37
Scope: file
Source code excerpt:
static float GNiagaraSystemPoolingCleanTime = 30.0f;
static FAutoConsoleVariableRef NiagaraSystemPoolingCleanTime(
TEXT("FX.NiagaraComponentPool.CleanTime"),
GNiagaraSystemPoolingCleanTime,
TEXT("How often should the pool be cleaned (in seconds).")
);
static int32 GNiagaraKeepPooledComponentsRegistered = 1;
static FAutoConsoleVariableRef NiagaraKeepPooledComponentsRegistered(