Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterInstanceBluep-
Description
Returns the item keys targeting the given slot that are allowed by the Instance's Collection Pipeline given the Instance's current slot selections.
Use this to ask "with what I've already picked, which items can I now select for SlotName?". For example, after picking a body, this can return the heads compatible with that body.
| Name | GetAllowedItemKeysForSlot |
| 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|Instance", Meta=(ScriptMethod))
static TArray < FMetaHumanPaletteItemKey > GetAllowedItemKeysForSlot
(
UMetaHumanInstance * InInstance,
FName SlotName
)