Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FReplicationFragmentUtil
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 CreateAndRegisterFragmentsForObject
(
const FCreateFragmentParams& Params, |
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 | Iris/ReplicationSystem/ReplicationFragmentUtil.h | |
static uint32 CreateAndRegisterFragmentsForObject
(
UObject* Object, |
Simple version of CreateAndRegisterFragmentsForObject | Iris/ReplicationSystem/ReplicationFragmentUtil.h |
CreateAndRegisterFragmentsForObject(const FCreateFragmentParams &, FFragmentRegistrationContext &, TArray< FReplicationFragment > )
Description
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
| Name | CreateAndRegisterFragmentsForObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationFragmentUtil.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationFragmentUtil.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationFragmentUtil.cpp |
static uint32 CreateAndRegisterFragmentsForObject
(
const FCreateFragmentParams & Params,
FFragmentRegistrationContext & Context,
TArray < FReplicationFragment * > * OutCreatedFragments
)
CreateAndRegisterFragmentsForObject(UObject , FFragmentRegistrationContext &, EFragmentRegistrationFlags, TArray< FReplicationFragment > *)
Description
Simple version of CreateAndRegisterFragmentsForObject
| Name | CreateAndRegisterFragmentsForObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationFragmentUtil.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationFragmentUtil.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationFragmentUtil.cpp |
static uint32 CreateAndRegisterFragmentsForObject
(
UObject * Object,
FFragmentRegistrationContext & Context,
EFragmentRegistrationFlags RegistrationFlags,
TArray < FReplicationFragment * > * OutCreatedFragments
)