Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionBlueprintLib-
Description
Returns the keys of items targeting the given virtual slot.
The slot name is resolved through the pipeline so callers can safely pass virtual slot names (the same names returned by GetSlotNames).
| Name | GetItemKeysForSlot |
| 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 < FMetaHumanPaletteItemKey > GetItemKeysForSlot
(
UMetaHumanCharacterPalette * Palette,
FName SlotName
)