fx.Niagara.ForceLastTickGroup
fx.Niagara.ForceLastTickGroup
#Overview
name: fx.Niagara.ForceLastTickGroup
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Force Niagara ticks to be in the last tick group, this mirrors old behavour and can be useful to test for async overlapping issues.
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:62
Scope: file
Source code excerpt:
static int GNiagaraForceLastTickGroup = 0;
static FAutoConsoleVariableRef CVarNiagaraForceLastTickGroup(
TEXT("fx.Niagara.ForceLastTickGroup"),
GNiagaraForceLastTickGroup,
TEXT("Force Niagara ticks to be in the last tick group, this mirrors old behavour and can be useful to test for async overlapping issues."),
ECVF_Default
);
static float GNiagaraEmitterBoundsDynamicSnapValue = 0.0f;