| bForceNewHandle |
bool |
Set to true to prevent the replication system from reusing a NetRefHandle previously assigned to the object. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| ChildSubObjectsReplicationOrder |
UE::Net::EChildSubObjectsReplicationOrder |
Specify if child subobjects added to this SubObject should replicate before or after the parent. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| 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, used in combination with InsertionOrder to provide control over replication order for subobjects sharing the same Parent (Root or specified Parent). |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| ParentSubObjectHandle |
FNetRefHandle |
Optional handle to another parent subobject sharing the same Root, if set, the added subobject will replicate as a child to the specified parent and be subject to any conditionals applied to the parent. |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|
| RootObjectHandle |
FNetRefHandle |
The root object that the subobject will be attached to |
Iris/ReplicationSystem/ObjectReplicationBridge.h |
|