fx.Niagara.SystemSimulation.TickTaskShouldWait
fx.Niagara.SystemSimulation.TickTaskShouldWait
#Overview
name: fx.Niagara.SystemSimulation.TickTaskShouldWait
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled the tick task will wait for concurrent work to complete, when disabled the task is complete once the GT tick is complete.
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:134
Scope (from outer to inner):
file
namespace NiagaraSystemSimulationLocal
Source code excerpt:
static bool GTickTaskShouldWait = false;
static FAutoConsoleVariableRef CVarGTickTaskShouldWait(
TEXT("fx.Niagara.SystemSimulation.TickTaskShouldWait"),
GTickTaskShouldWait,
TEXT("When enabled the tick task will wait for concurrent work to complete, when disabled the task is complete once the GT tick is complete."),
ECVF_Default
);
static int32 GTickTaskAllowFrameOverlap = false;