Navigation
API > API/Runtime > API/Runtime/CoreUObject
| |
|
| Name |
ERemoteServerIdConstants |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTypes.h |
| Include Path |
#include "UObject/RemoteObjectTypes.h" |
Syntax
enum ERemoteServerIdConstants
{
Invalid = 0,
FirstValid,
Max = MAX_REMOTE_OBJECT_SERVER_ID,
Database = Max,
Asset = Max - 1,
Local = Max - 2,
FirstReservedPlusOne,
FirstReserved = FirstReservedPlusOne - 1,
}
Values
| Name |
Remarks |
| Invalid |
|
| FirstValid |
|
| Max |
|
| Database |
|
| Asset |
|
| Local |
|
| FirstReservedPlusOne |
|
| FirstReserved |
|