Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
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.
| Name | SetDeltaCompressionStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void SetDeltaCompressionStatus
(
FNetRefHandle Handle,
UE::Net::ENetObjectDeltaCompressionStatus Status
)
Parameters
| Name | Remarks |
|---|---|
| Handle | A valid handle to a replicated object. |