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 = (1 << 10) - 1,
Database = Max,
Asset = Max - 1,
FirstReservedPlusOne,
FirstReserved = FirstReservedPlusOne - 1,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| FirstValid | |
| Max | |
| Database | |
| Asset | |
| FirstReservedPlusOne | |
| FirstReserved |