net.ShareSerializedData
net.ShareSerializedData
#Overview
name: net.ShareSerializedData
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, enable shared serialization system used by replication to reduce CPU usage when multiple clients need the same data
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:55
Scope: file
Source code excerpt:
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"));
int32 GNetVerifyShareSerializedData = 0;
static FAutoConsoleVariableRef CVarNetVerifyShareSerializedData(TEXT("net.VerifyShareSerializedData"), GNetVerifyShareSerializedData,
TEXT("Debug option to verify shared serialization data during replication"));