Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void SetDeltaCompressionStatus
(
FNetRefHandle Handle,
UE::Net::ENetObjectDeltaCompressionStatus Status
)
Remarks
Set whether the object allows delta compression when serializing. This does not guarantee that the object will use delta compression depending on other factors, such as the maximum number of delta compressed objects, whether the delta compression feature is enabled or not and other reasons.
Parameters
| Name | Description |
|---|---|
| Handle | A valid handle to a replicated object. |