Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
| Name | FSubObjectReplicationParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
Syntax
struct FSubObjectReplicationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InsertionOrder | UE::Net::ESubObjectInsertionOrder | Optional enum to select where in the list this subobject will be inserted | Iris/ReplicationSystem/ObjectReplicationBridge.h | |
| InsertRelativeToSubObjectHandle | FNetRefHandle | Optional handle to another subobject indicating where in the subobject list we inserted | Iris/ReplicationSystem/ObjectReplicationBridge.h | |
| RootObjectHandle | FNetRefHandle | The root object that the subobject will be attached to | Iris/ReplicationSystem/ObjectReplicationBridge.h |