fx.PerfBaselineThreshold_Bad
fx.PerfBaselineThreshold_Bad
#Overview
name: fx.PerfBaselineThreshold_Bad
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Ratio to the baseline perf that we consider a system to have bad perf and warn strongly about it. \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/NiagaraPerfBaseline.cpp:33
Scope: file
Source code excerpt:
float GPerfBaselineThreshold_Bad = 5.0f;
static FAutoConsoleVariableRef CVarPerfBaselineThreshold_Bad(
TEXT("fx.PerfBaselineThreshold_Bad"),
GPerfBaselineThreshold_Bad,
TEXT("Ratio to the baseline perf that we consider a system to have bad perf and warn strongly about it. \n"),
ECVF_Default
);
int32 GbNiagaraPerfReporting = 0;