fx.WaitForAsyncStallWarnThresholdMS
fx.WaitForAsyncStallWarnThresholdMS
#Overview
name: fx.WaitForAsyncStallWarnThresholdMS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If we stall in WaitForAsync for longer than this threshold then we emit a stall warning message.
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/NiagaraSystemInstance.cpp:45
Scope: file
Source code excerpt:
static float GWaitForAsyncStallWarnThresholdMS = 0.0f;
static FAutoConsoleVariableRef CVarWaitForAsyncStallWarnThresholdMS(
TEXT("fx.WaitForAsyncStallWarnThresholdMS"),
GWaitForAsyncStallWarnThresholdMS,
TEXT("If we stall in WaitForAsync for longer than this threshold then we emit a stall warning message."),
ECVF_Default
);
/** Safety time to allow for the LastRenderTime coming back from the RT. This is overkill but that's ok.*/