Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollection
Description
Removes a single item from the palette for the given key. Returns boolean indicating success or failure of the operation.
Virtual Inheritance
- UMetaHumanCharacterPalette::TryRemoveItem → UMetaHumanCollection::TryRemoveItem
| Name | TryRemoveItem |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollection.h |
| Include Path | #include "MetaHumanCollection.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollection.cpp |
virtual bool TryRemoveItem
(
const FMetaHumanPaletteItemKey & ExistingKey
)