Cook.display.diagnostictime
Cook.display.diagnostictime
#Overview
name: Cook.display.diagnostictime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Controls the time between cooker diagnostics messages.\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:189
Scope: file
Source code excerpt:
float GCookProgressDiagnosticTime = 30.0f;
static FAutoConsoleVariableRef CVarCookDisplayDiagnosticTime(
TEXT("Cook.display.diagnostictime"),
GCookProgressDiagnosticTime,
TEXT("Controls the time between cooker diagnostics messages.\n"),
ECVF_Default);
float GCookProgressRepeatTime = 5.0f;
static FAutoConsoleVariableRef CVarCookDisplayRepeatTime(