net.ShareShadowState
net.ShareShadowState
#Overview
name: net.ShareShadowState
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, work done to compare properties will be shared across connections
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:71
Scope: file
Source code excerpt:
int32 GShareShadowState = 1;
static FAutoConsoleVariableRef CVarShareShadowState(TEXT("net.ShareShadowState"), GShareShadowState,
TEXT("If true, work done to compare properties will be shared across connections"));
int32 GShareInitialCompareState = 0;
static FAutoConsoleVariableRef CVarShareInitialCompareState(TEXT("net.ShareInitialCompareState"), GShareInitialCompareState,
TEXT("If true and net.ShareShadowState is enabled, attempt to also share initial replication compares across connections."));