FX.NiagaraComponentPool.KillUnusedTime
FX.NiagaraComponentPool.KillUnusedTime
#Overview
name: FX.NiagaraComponentPool.KillUnusedTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
How long a pooled particle component needs to be unused for before it is 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/FX/Niagara/Source/Niagara/Private/NiagaraComponentPool.cpp:16
Scope: file
Source code excerpt:
static float GNiagaraSystemPoolKillUnusedTime = 180.0f;
static FAutoConsoleVariableRef NiagaraSystemPoolKillUnusedTime(
TEXT("FX.NiagaraComponentPool.KillUnusedTime"),
GNiagaraSystemPoolKillUnusedTime,
TEXT("How long a pooled particle component needs to be unused for before it is destroyed.")
);
static int32 GbEnableNiagaraSystemPooling = 1;
static FAutoConsoleVariableRef bEnableNiagaraSystemPooling(