Cook.display.warnbusytime
Cook.display.warnbusytime
#Overview
name: Cook.display.warnbusytime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Controls the time before the cooker will issue a warning that there is a deadlock in a busy queue.\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/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp:210
Scope: file
Source code excerpt:
float GCookProgressWarnBusyTime = 120.0f;
static FAutoConsoleVariableRef CVarCookDisplayWarnBusyTime(
TEXT("Cook.display.warnbusytime"),
GCookProgressWarnBusyTime,
TEXT("Controls the time before the cooker will issue a warning that there is a deadlock in a busy queue.\n"),
ECVF_Default);
////////////////////////////////////////////////////////////////
/// Cook on the fly server