Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanInstance
Description
Set the MetaHuman Collection that this instance will assemble from.
Call with nullptr to clear the existing Collection.
| Name | SetMetaHumanCollection |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanInstance.h |
| Include Path | #include "MetaHumanInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanInstance.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Instance")
void SetMetaHumanCollection
(
UMetaHumanCollection * InCollection
)