fx.Budget.Debug.GameThreadTimeOverride
fx.Budget.Debug.GameThreadTimeOverride
#Overview
name: fx.Budget.Debug.GameThreadTimeOverride
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When >= 0.0 overrides the reported time for FX on the GameThread. Useful for observing/debugging the impact on other systems.
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/Particles/FXBudget.cpp:43
Scope: file
Source code excerpt:
static float GFXTimeOverride_GameThread = -1.0f;
static FAutoConsoleVariableRef CVarFXGameThreadTimeOverride(
TEXT("fx.Budget.Debug.GameThreadTimeOverride"),
GFXTimeOverride_GameThread,
TEXT("When >= 0.0 overrides the reported time for FX on the GameThread. Useful for observing/debugging the impact on other systems."),
ECVF_Default
);
static float GFXTimeOverride_GameThreadConcurrent = -1.0f;