Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
| Name | IMetaHumanCharacterActorInterface |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterActorInterface.h |
| Include Path | #include "MetaHumanCharacterActorInterface.h" |
Syntax
class IMetaHumanCharacterActorInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanInstance * GetMetaHumanInstance() |
Returns the MetaHuman Instance that this actor is currently using, even if it wasn't set by SetMetaHumanInstance | MetaHumanCharacterActorInterface.h |
|
void SetCharacterInstance
(
UMetaHumanInstance* CharacterInstance |
MetaHumanCharacterActorInterface.h |
|
|
void SetMetaHumanInstance
(
UMetaHumanInstance* MetaHumanInstance |
Initializes the actor from the given MetaHuman Instance. | MetaHumanCharacterActorInterface.h |
|