s.LevelStreamingLowMemoryPendingPurgeCount
s.LevelStreamingLowMemoryPendingPurgeCount
#Overview
name: s.LevelStreamingLowMemoryPendingPurgeCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When system is in low memory state, if the number of streaming levels to purge meets or exceeds this value, perform a \'soft\' GC.
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/CoreSettings.cpp:149
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarLevelStreamingLowMemoryPendingPurgeCount(
TEXT("s.LevelStreamingLowMemoryPendingPurgeCount"),
GLevelStreamingLowMemoryPendingPurgeCount,
TEXT("When system is in low memory state, if the number of streaming levels to purge meets or exceeds this value, perform a 'soft' GC."),
ECVF_Default
);