Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationBridge
| |
|
| Name |
ESubObjectInsertionOrder |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationBridge.h |
| Include Path |
#include "Iris/ReplicationSystem/ReplicationBridge.h" |
Syntax
enum ESubObjectInsertionOrder
{
None,
ReplicateWith,
InsertAtStart,
}
Values
| Name |
Remarks |
| None |
|
| ReplicateWith |
Insert the subobject so it will replicate before the other subobject. |
| InsertAtStart |
Insert the subobject at the start of the list so it can be created and replicated first |