Navigation
API > API/Runtime > API/Runtime/Engine
Indicates the status of a replicated subobject replicated by actor channels.
| Name | ENetSubObjectStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetworkObjectList.h |
| Include Path | #include "Engine/NetworkObjectList.h" |
Syntax
enum ENetSubObjectStatus
{
Active,
TearOff,
Delete,
}
Values
| Name | Remarks |
|---|---|
| Active | |
| TearOff | |
| Delete |