net.iris.ForceFullCopyAndQuantize
net.iris.ForceFullCopyAndQuantize
#Overview
name: net.iris.ForceFullCopyAndQuantize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled a full copy and quantize will be used, if disabled we will only copy and quantize dirty state 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/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationOperationsInternal.cpp:35
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bCVarForceFullCopyAndQuantize = false;
static FAutoConsoleVariableRef CVarForceFullCopyAndQuantize(
TEXT("net.iris.ForceFullCopyAndQuantize"),
bCVarForceFullCopyAndQuantize,
TEXT("When enabled a full copy and quantize will be used, if disabled we will only copy and quantize dirty state data."));
void FReplicationInstanceOperationsInternal::BindInstanceProtocol(FNetHandle NetHandle, FReplicationInstanceProtocol* InstanceProtocol, const FReplicationProtocol* Protocol)
{
FReplicationInstanceProtocol::FFragmentData* FragmentData = InstanceProtocol->FragmentData;