Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Service results that can be used by all services
| Name | EMetaHumanServiceRequestResult |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/Cloud/MetaHumanServiceRequest.h |
| Include Path | #include "Cloud/MetaHumanServiceRequest.h" |
Syntax
enum EMetaHumanServiceRequestResult
{
Ok,
Busy,
Unauthorized,
EulaNotAccepted,
InvalidArguments,
ServerError,
LoginFailed,
Timeout,
GatewayError,
}
Values
| Name | Remarks |
|---|---|
| Ok | |
| Busy | |
| Unauthorized | |
| EulaNotAccepted | |
| InvalidArguments | |
| ServerError | |
| LoginFailed | |
| Timeout | |
| GatewayError |