Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationFragment.h |
| Include | #include "Iris/ReplicationSystem/ReplicationFragment.h" |
Syntax
class FFragmentRegistrationContext
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFragmentRegistrationContext
(
Private::FReplicationStateDescriptorRegistry* InReplicationStateRegistry, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const EReplicationFragmentTraits | Returns the traits | ||
| Private::FReplicationStateDescriptorRegistry * | |||
| bool | Returns true when the netobject knows it won't contain any replicated properties or RPCs | ||
| int32 | NumFragments () |
Returns the number of fragments registered | |
| void | RegisterReplicationFragment
(
FReplicationFragment* Fragment, |
Register ReplicationFragment | |
| void | SetIsFragmentlessNetObject
(
bool bIsFragmentless |
Call this when you have a netobject that is replicated but will never contain any RPCs or replicated properties. |