fx.Niagara.IndirectArgsPool.LowWaterAmount
fx.Niagara.IndirectArgsPool.LowWaterAmount
#Overview
name: fx.Niagara.IndirectArgsPool.LowWaterAmount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Percentage (0-1) of the indirect args pool that is considered low and worthy of shrinking
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/NiagaraGPUInstanceCountManager.cpp:71
Scope: file
Source code excerpt:
float GNiagaraIndirectArgsPoolLowWaterAmount = 0.5f;
static FAutoConsoleVariableRef CVarNiagaraIndirectArgsPoolLowWaterAmount(
TEXT("fx.Niagara.IndirectArgsPool.LowWaterAmount"),
GNiagaraIndirectArgsPoolLowWaterAmount,
TEXT("Percentage (0-1) of the indirect args pool that is considered low and worthy of shrinking"),
ECVF_Default
);
int32 GNiagaraIndirectArgsPoolLowWaterFrames = 150;