Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UObjectReplicationBridge
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ObjectReplicationBridge.cpp |
void AddDependentObject
&40;
FNetRefHandle Parent,
FNetRefHandle DependentObject,
UE::Net::EDependentObjectSchedulingHint SchedulingHint
&41;
Remarks
- 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.