fx.Niagara.WaitOnPreGC
fx.Niagara.WaitOnPreGC
#Overview
name: fx.Niagara.WaitOnPreGC
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Toggles whether Niagara will wait for all async tasks to complete before any GC calls.
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:68
Scope: file
Source code excerpt:
static int GNiagaraWaitOnPreGC = 1;
static FAutoConsoleVariableRef CVarNiagaraWaitOnPreGC(
TEXT("fx.Niagara.WaitOnPreGC"),
GNiagaraWaitOnPreGC,
TEXT("Toggles whether Niagara will wait for all async tasks to complete before any GC calls."),
ECVF_Default
);
static int GNiagaraSpawnPerTickGroup = 1;