wp.Runtime.MaxLoadingStreamingCells
wp.Runtime.MaxLoadingStreamingCells
#Overview
name: wp.Runtime.MaxLoadingStreamingCells
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to limit the number of concurrent loading world partition streaming cells.
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/WorldPartition/WorldPartitionSubsystem.cpp:168
Scope: file
Source code excerpt:
static int32 GMaxLoadingStreamingCells = 4;
static FAutoConsoleVariableRef CMaxLoadingStreamingCells(
TEXT("wp.Runtime.MaxLoadingStreamingCells"),
GMaxLoadingStreamingCells,
TEXT("Used to limit the number of concurrent loading world partition streaming cells."));
static float GUpdateStreamingStateTimeLimit = 0.f;
static FAutoConsoleVariableRef CVarUdateStreamingStateTimeLimit(
TEXT("wp.Runtime.UpdateStreamingStateTimeLimit"),