Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterEditor
| |
|
| Name |
EMetaHumanCharacterMigrationAction |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterEditor/Public/MetaHumanCharacterEditorSettings.h |
| Include Path |
#include "MetaHumanCharacterEditorSettings.h" |
Syntax
enum EMetaHumanCharacterMigrationAction
{
Prompt,
Import,
Migrate,
ImportAndMigrate,
}
Values
| Name |
Remarks |
| Prompt |
When adding a MetaHuman, prompt for the action to take. |
| Import |
Import the legacy MetaHuman to the project. |
| Migrate |
Migrate the MetaHuman to its new representation. |
| ImportAndMigrate |
Performs both an import and migrate operations. |