net.ContextDebug
net.ContextDebug
#Overview
name: net.ContextDebug
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Debugging option to set a context string during replication
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/RepLayout.cpp:51
Scope: file
Source code excerpt:
int32 GDoReplicationContextString = 0;
static FAutoConsoleVariableRef CVarDoReplicationContextString(TEXT("net.ContextDebug"), GDoReplicationContextString,
TEXT("Debugging option to set a context string during replication"));
int32 GNetSharedSerializedData = 1;
static FAutoConsoleVariableRef CVarNetShareSerializedData(TEXT("net.ShareSerializedData"), GNetSharedSerializedData,
TEXT("If true, enable shared serialization system used by replication to reduce CPU usage when multiple clients need the same data"));