Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/TReplicationFragment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TReplicationFragment
(
T& OwnerIn |
Receive only. | Iris/ReplicationSystem/TypedReplicationFragment.h | |
TReplicationFragment
(
T& OwnerIn, |
Replicate. | Iris/ReplicationSystem/TypedReplicationFragment.h |
TReplicationFragment(T &)
Description
Receive only.
| Name | TReplicationFragment |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/TypedReplicationFragment.h |
| Include Path | #include "Iris/ReplicationSystem/TypedReplicationFragment.h" |
TReplicationFragment
(
T & OwnerIn
)
TReplicationFragment(T &, ReplicationStateT &)
Description
Replicate.
| Name | TReplicationFragment |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/TypedReplicationFragment.h |
| Include Path | #include "Iris/ReplicationSystem/TypedReplicationFragment.h" |
TReplicationFragment
(
T & OwnerIn,
ReplicationStateT & SrcReplicationState
)