fx.Niagara.IndirectArgsPool.BlockSizeFactor
fx.Niagara.IndirectArgsPool.BlockSizeFactor
#Overview
name: fx.Niagara.IndirectArgsPool.BlockSizeFactor
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Multiplier on the indirect args pool size when needing to increase it from running out of space. (default=2.0)
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:55
Scope: file
Source code excerpt:
float GNiagaraIndirectArgsPoolBlockSizeFactor = 2.0f;
static FAutoConsoleVariableRef CNiagaraIndirectArgsPoolBlockSizeFactor(
TEXT("fx.Niagara.IndirectArgsPool.BlockSizeFactor"),
GNiagaraIndirectArgsPoolBlockSizeFactor,
TEXT("Multiplier on the indirect args pool size when needing to increase it from running out of space. (default=2.0)"),
ECVF_Default
);
int32 GNiagaraIndirectArgsPoolAllowShrinking = 1;