net.VerifyShareSerializedData
net.VerifyShareSerializedData
#Overview
name: net.VerifyShareSerializedData
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Debug option to verify shared serialization data 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:59
Scope: file
Source code excerpt:
int32 GNetVerifyShareSerializedData = 0;
static FAutoConsoleVariableRef CVarNetVerifyShareSerializedData(TEXT("net.VerifyShareSerializedData"), GNetVerifyShareSerializedData,
TEXT("Debug option to verify shared serialization data during replication"));
int32 LogSkippedRepNotifies = 0;
static FAutoConsoleVariable CVarLogSkippedRepNotifies(TEXT("Net.LogSkippedRepNotifies"), LogSkippedRepNotifies,
TEXT("Log when the networking code skips calling a repnotify clientside due to the property value not changing."), ECVF_Default);