fx.Niagara.AllowAsyncWorkToEndOfFrame
fx.Niagara.AllowAsyncWorkToEndOfFrame
#Overview
name: fx.Niagara.AllowAsyncWorkToEndOfFrame
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allow async work to continue until the end of the frame, if false it will complete within the tick group it\'s started in.
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:60
Scope: file
Source code excerpt:
static int GNiagaraAllowAsyncWorkToEndOfFrame = 1;
static FAutoConsoleVariableRef CVarNiagaraAllowAsyncWorkToEndOfFrame(
TEXT("fx.Niagara.AllowAsyncWorkToEndOfFrame"),
GNiagaraAllowAsyncWorkToEndOfFrame,
TEXT("Allow async work to continue until the end of the frame, if false it will complete within the tick group it's started in."),
ECVF_Default
);
static int GNiagaraWaitOnPreGC = 1;