Navigation
API > API/Runtime > API/Runtime/IrisCore
| Name | EReplicationBridgeDestroyInstanceFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationBridgeTypes.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationBridgeTypes.h" |
Syntax
enum EReplicationBridgeDestroyInstanceFlags
{
None = 0U,
AllowDestroyInstanceFromRemote = 1U << 0U,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowDestroyInstanceFromRemote | Whether the instance may be destroyed when instructed from the remote peer. |