Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
Force the child to only be created after the parent exists on a client. This also forces the child to never be relevant if their parents are not also relevant at the same time.
| Name | AddCreationDependencyLink |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ObjectReplicationBridge.cpp |
void AddCreationDependencyLink
(
FNetRefHandle Parent,
FNetRefHandle Child
)