fx.Niagara.SystemSimulation.AllowASync
fx.Niagara.SystemSimulation.AllowASync
#Overview
name: fx.Niagara.SystemSimulation.AllowASync
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0, system post tick is parallelized. \n
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/NiagaraSystemSimulation.cpp:75
Scope: file
Source code excerpt:
static int32 GNiagaraSystemSimulationAllowASync = 1;
static FAutoConsoleVariableRef CVarNiagaraSystemSimulationAllowASync(
TEXT("fx.Niagara.SystemSimulation.AllowASync"),
GNiagaraSystemSimulationAllowASync,
TEXT("If > 0, system post tick is parallelized. \n"),
ECVF_Default
);
int32 GNiagaraSystemSimulationTaskStallTimeout = 0;