fx.Niagara.WorldManager.SpawnPerTickGroup
fx.Niagara.WorldManager.SpawnPerTickGroup
#Overview
name: fx.Niagara.WorldManager.SpawnPerTickGroup
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Will attempt to spawn new systems earlier (default enabled).
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/NiagaraWorldManager.cpp:76
Scope: file
Source code excerpt:
static int GNiagaraSpawnPerTickGroup = 1;
static FAutoConsoleVariableRef CVarNiagaraSpawnPerTickGroup(
TEXT("fx.Niagara.WorldManager.SpawnPerTickGroup"),
GNiagaraSpawnPerTickGroup,
TEXT("Will attempt to spawn new systems earlier (default enabled)."),
ECVF_Default
);
int GNigaraAllowPrimedPools = 1;