Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionBlueprintLib-
Description
Returns the virtual slot names defined by the palette's pipeline.
Slot selections on a MetaHuman Instance should target virtual slots; real (backing) slots are an implementation detail of the pipeline.
| Name | GetSlotNames |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionBlueprintLibrary.h |
| Include Path | #include "MetaHumanCollectionBlueprintLibrary.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollectionBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Palette", Meta=(ScriptMethod))
static TArray < FName > GetSlotNames
(
UMetaHumanCharacterPalette * Palette
)