Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
Set NetCondition for a subobject, the condition is used to determine if the SubObject should replicate or not.
As the filtering is done at the serialization level it is typically more efficient to use a separate NetObject for connection specific data as filtering can then be done at a higher level.
| Name | SetSubObjectNetCondition |
| 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 SetSubObjectNetCondition
(
FNetRefHandle SubObjectHandle,
ELifetimeCondition Condition
)