s.TimeLimitExceededMinTime
s.TimeLimitExceededMinTime
#Overview
name: s.TimeLimitExceededMinTime
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum time the time limit exceeded warning will be triggered by.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEngine.ini:1503, section: [/Script/Engine.StreamingSettings]
- INI Section:
/Script/Engine.StreamingSettings
- Raw value:
0.005
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncPackageLoader.cpp:742
Scope: file
Source code excerpt:
float GTimeLimitExceededMinTime = 0.005f;
static FAutoConsoleVariableRef CVarTimeLimitExceededMinTime(
TEXT("s.TimeLimitExceededMinTime"),
GTimeLimitExceededMinTime,
TEXT("Minimum time the time limit exceeded warning will be triggered by."),
ECVF_Default
);
void IsTimeLimitExceededPrint(