Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
- Adds a dependent object. A dependent object can replicate separately or if a parent replicates. Dependent objects cannot be filtered out by dynamic filtering unless the parent is also filtered out.
-
There is no guarantee that the data will end up in the same packet so it is a very loose form of dependency.
| Name | AddDependentObject |
| 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 AddDependentObject
(
FNetRefHandle Parent,
FNetRefHandle DependentObject,
UE::Net::EDependentObjectSchedulingHint SchedulingHint
)