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/ReplicationFragmentUtil.h |
| Include | #include "Iris/ReplicationSystem/ReplicationFragmentUtil.h" |
Syntax
class FReplicationFragmentUtil
Remarks
FPropertyReplicationFragment - used to bind PropertyReplicationStates to their owner
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CreateAndRegisterFragmentsForObject
(
UObject* Object, |
Create and register all property replication Fragments for the provided object, Descriptors will be created based on the Class of the object Lifetime of created fragments will be managed by the ReplicationSystem If the OutCreatedFragments are provided pointers to the created fragments will be added to the provided array Returns the number of created fragments |