Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationBridge.h |
| Include | #include "Iris/ReplicationSystem/ReplicationBridge.h" |
Syntax
enum EReplicationBridgeCreateNetRefHandleResultFlags
{
None = 0U,
AllowDestroyInstanceFromRemote = 1U << 0U,
ShouldCallSubObjectCreatedFromReplication = AllowDestroyInstanceFromRemote << 1U,
}
Values
| Name | Description |
|---|---|
| None | |
| AllowDestroyInstanceFromRemote | Whether the instance may be destroyed due to the remote peer requesting the object to be destroyed. |
| ShouldCallSubObjectCreatedFromReplication |