net.Iris.DeltaCompressInitialState
net.Iris.DeltaCompressInitialState
#Overview
name: net.Iris.DeltaCompressInitialState
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
if true we compare with default state when serializing inital state.
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/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationOperations.cpp:64
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static bool bDeltaCompressInitialState = true;
static FAutoConsoleVariableRef CVarbDeltaCompressInitialState(
TEXT("net.Iris.DeltaCompressInitialState"),
bDeltaCompressInitialState,
TEXT("if true we compare with default state when serializing inital state."
));
static bool bOnlyQuantizeDirtyMembers = true;
static FAutoConsoleVariableRef CVarbOnlyQuantizeDirtyMembers(