wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP
wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP
#Overview
name: wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Force a GC update when there\'s more than the number of specified pending purge levels.
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:122
Scope: file
Source code excerpt:
int32 GLevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP = 64;
static FAutoConsoleVariableRef CVarGLevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP(
TEXT("wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP"),
GLevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP,
TEXT("Force a GC update when there's more than the number of specified pending purge levels."),
ECVF_Default
);
static FAutoConsoleCommandWithOutputDevice GDumpStreamingSourcesCmd(