fx.Niagara.Solo.AllowAsyncWorkToEndOfFrame
fx.Niagara.Solo.AllowAsyncWorkToEndOfFrame
#Overview
name: fx.Niagara.Solo.AllowAsyncWorkToEndOfFrame
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allow async work to continue until the end of the frame for solo Niagara instances, if false it will complete within the tick group it 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/NiagaraComponent.cpp:55
Scope: file
Source code excerpt:
static int GNiagaraSoloAllowAsyncWorkToEndOfFrame = 1;
static FAutoConsoleVariableRef CVarNiagaraSoloAllowAsyncWorkToEndOfFrame(
TEXT("fx.Niagara.Solo.AllowAsyncWorkToEndOfFrame"),
GNiagaraSoloAllowAsyncWorkToEndOfFrame,
TEXT("Allow async work to continue until the end of the frame for solo Niagara instances, if false it will complete within the tick group it started in."),
ECVF_Default
);
static int32 GbSuppressNiagaraSystems = 0;