Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPaletteEditor
How the actor should handle animation playback
| Name | EMetaHumanActorDrivingAnimationMode |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPaletteEditor/Public/MetaHumanCharacterEditorActorInterface.h |
| Include Path | #include "MetaHumanCharacterEditorActorInterface.h" |
Syntax
enum EMetaHumanActorDrivingAnimationMode
{
FromRetargetSource,
Manual,
}
Values
| Name | Remarks |
|---|---|
| FromRetargetSource | Animation will be handled by a retargeting component. |
| Manual | Animation will be played directly in the components. |