Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationBridge
Description
Add SubObjectHandle as SubObject to ParentHandle. If the ParentHandle is a SubObject itself the SubObject will be share the same RootObject but will be subjects to the Parents conditionals. InsertRelativeToSubObjectHandle and InsertionOrder applies to the order of child subobjects of the parent. ChildSubObjectsReplicationOrder specified so if a parents childsubobjects replicate before or after the parent itself.
| Name | InternalAddSubObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationBridge.cpp |
void InternalAddSubObject
(
FNetRefHandle ParentHandle,
FNetRefHandle SubObjectHandle,
FNetRefHandle InsertRelativeToSubObjectHandle,
UE::Net::ESubObjectInsertionOrder InsertionOrder,
UE::Net::EChildSubObjectsReplicationOrder ChildSubObjectsReplicationOrder
)