Navigation
API > API/Runtime > API/Runtime/IrisCore
| Name | FObjectReplicationBridgeDeltaCompressionConfig |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h" |
Syntax
USTRUCT ()
struct FObjectReplicationBridgeDeltaCompressionConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableDeltaCompression | bool | Set to true if delta compression should be enabled for instances derived from this class. | Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h | |
| ClassName | FName | Instances of this class or derived from this class should use delta compression | Iris/ReplicationSystem/ObjectReplicationBridgeConfig.h |