wp.Runtime.ServerDisallowStreamingOutDataLayers
wp.Runtime.ServerDisallowStreamingOutDataLayers
#Overview
name: wp.Runtime.ServerDisallowStreamingOutDataLayers
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Comma separated list of data layer names that aren\'t allowed to be unloaded or deactivated on the server
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/WorldPartitionStreamingPolicy.cpp:34
Scope: file
Source code excerpt:
static FString GServerDisallowStreamingOutDataLayersString;
static FAutoConsoleVariableRef CVarServerDisallowStreamingOutDataLayers(
TEXT("wp.Runtime.ServerDisallowStreamingOutDataLayers"),
GServerDisallowStreamingOutDataLayersString,
TEXT("Comma separated list of data layer names that aren't allowed to be unloaded or deactivated on the server"),
ECVF_ReadOnly);
bool UWorldPartitionStreamingPolicy::IsUpdateOptimEnabled = true;
FAutoConsoleVariableRef UWorldPartitionStreamingPolicy::CVarUpdateOptimEnabled(