Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor
| |
|
| Name |
EImportErrorCode |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSubsystem.h |
| Include Path |
#include "MetaHumanCharacterEditorSubsystem.h" |
Syntax
enum EImportErrorCode
{
FittingError,
InvalidInputData,
InvalidInputBones,
InvalidHeadMesh,
InvalidLeftEyeMesh,
InvalidRightEyeMesh,
InvalidTeethMesh,
NoHeadMeshPresent,
NoEyeMeshesPresent,
NoTeethMeshPresent,
IdentityNotConformed,
GeneralError,
CombinedBodyCannotBeImportedAsWholeRig,
Success,
}
Values
| Name |
Remarks |
| FittingError |
|
| InvalidInputData |
|
| InvalidInputBones |
|
| InvalidHeadMesh |
|
| InvalidLeftEyeMesh |
|
| InvalidRightEyeMesh |
|
| InvalidTeethMesh |
|
| NoHeadMeshPresent |
|
| NoEyeMeshesPresent |
|
| NoTeethMeshPresent |
|
| IdentityNotConformed |
|
| GeneralError |
|
| CombinedBodyCannotBeImportedAsWholeRig |
|
| Success |
|