tick.LightweightTimeguardThresholdMS
tick.LightweightTimeguardThresholdMS
#Overview
name: tick.LightweightTimeguardThresholdMS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Threshold in milliseconds for the tick timeguard
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/Source/Runtime/Engine/Private/TickTaskManager.cpp:66
Scope: file
Source code excerpt:
static float GTimeguardThresholdMS = 0.0f;
static FAutoConsoleVariableRef CVarLightweightTimeguardThresholdMS(
TEXT("tick.LightweightTimeguardThresholdMS"),
GTimeguardThresholdMS,
TEXT("Threshold in milliseconds for the tick timeguard"),
ECVF_Default);
FAutoConsoleTaskPriority CPrio_DispatchTaskPriority(
TEXT("TaskGraph.TaskPriorities.TickDispatchTaskPriority"),