fx.Niagara.EmitterBounds.FixedExpandMultiplier
fx.Niagara.EmitterBounds.FixedExpandMultiplier
#Overview
name: fx.Niagara.EmitterBounds.FixedExpandMultiplier
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Multiplier used on fixed bounds gathering, i.e. 1 means no change, 1.1 means increase by 10%.
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/NiagaraSystemInstance.cpp:88
Scope: file
Source code excerpt:
static float GNiagaraEmitterBoundsFixedExpandMultiplier = 1.0f;
static FAutoConsoleVariableRef CVarNiagaraEmitterBoundsFixedExpandMultiplier(
TEXT("fx.Niagara.EmitterBounds.FixedExpandMultiplier"),
GNiagaraEmitterBoundsFixedExpandMultiplier,
TEXT("Multiplier used on fixed bounds gathering, i.e. 1 means no change, 1.1 means increase by 10%."),
ECVF_Default
);
static int GNiagaraAllowDeferredReset = 1;