Demo.ExceededBudgetWarningInterval
Demo.ExceededBudgetWarningInterval
#Overview
name: Demo.ExceededBudgetWarningInterval
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When > 0, we will wait this many seconds between logging warnings for demo recording exceeding time budgets.
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/DemoNetDriver.cpp:128
Scope (from outer to inner):
file
namespace DemoNetDriverRecordingPrivate
Source code excerpt:
static float WarningTimeInterval = 60.f;
static FAutoConsoleVariableRef CVarExceededBudgetWarningInterval(
TEXT("Demo.ExceededBudgetWarningInterval"),
WarningTimeInterval,
TEXT("When > 0, we will wait this many seconds between logging warnings for demo recording exceeding time budgets.")
);
static bool RecordUnicastRPCs = false;
static FAutoConsoleVariableRef CVarRecordUnicastRPCs(