Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/FReplicationFragmentUtil
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationFragmentUtil.h |
| Include | #include "Iris/ReplicationSystem/ReplicationFragmentUtil.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationFragmentUtil.cpp |
static uint32 CreateAndRegisterFragmentsForObject
&40;
UObject &42; Object,
FFragmentRegistrationContext & Context,
EFragmentRegistrationFlags RegistrationFlags,
TArray< FReplicationFragment &42; > &42; OutCreatedFragments
&41;
Remarks
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