cook.PollAsyncPeriod
cook.PollAsyncPeriod
#Overview
name: cook.PollAsyncPeriod
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum time in seconds between PollPendingCookedPlatformDatas.
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/Cooker/CookPackageData.cpp:46
Scope (from outer to inner):
file
namespace UE::Cook
Source code excerpt:
float GPollAsyncPeriod = .100f;
static FAutoConsoleVariableRef CVarPollAsyncPeriod(
TEXT("cook.PollAsyncPeriod"),
GPollAsyncPeriod,
TEXT("Minimum time in seconds between PollPendingCookedPlatformDatas."),
ECVF_Default);
//////////////////////////////////////////////////////////////////////////
// FPackageData