Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterInstance
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/MetaHumanCharacterInstance.h |
| Include Path | #include "MetaHumanCharacterInstance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCharacterInstance.cpp |
UFUNCTION (BlueprintCallable, Category=CharacterInstance)
void SetMetaHumanCollection
(
UMetaHumanCollection * InCollection
)