Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/IMetaHumanCharacterActorInterfac-
Description
Initializes the actor from the given MetaHuman Instance.
This function is called when the Instance has changed, so implementers must re-assemble from the given Instance when this is called, even if this Instance was already set on the actor.
The easiest way to do this is to call GetAssemblyOutput, which will trigger re-assembly only if needed.
| Name | SetMetaHumanInstance |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterActorInterface.h |
| Include Path | #include "MetaHumanCharacterActorInterface.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, CallInEditor, Category="MetaHuman|Character")
void SetMetaHumanInstance
(
UMetaHumanInstance * MetaHumanInstance
)