wp.Runtime.DebugDedicatedServerStreaming
wp.Runtime.DebugDedicatedServerStreaming
#Overview
name: wp.Runtime.DebugDedicatedServerStreaming
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Turn on/off to debug of server streaming.
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/WorldPartition.cpp:86
Scope: file
Source code excerpt:
bool UWorldPartition::DebugDedicatedServerStreaming = false;
FAutoConsoleVariableRef UWorldPartition::CVarDebugDedicatedServerStreaming(
TEXT("wp.Runtime.DebugDedicatedServerStreaming"),
UWorldPartition::DebugDedicatedServerStreaming,
TEXT("Turn on/off to debug of server streaming."),
ECVF_Default);
int32 UWorldPartition::EnableSimulationStreamingSource = 1;
FAutoConsoleVariableRef UWorldPartition::CVarEnableSimulationStreamingSource(