Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterPalette
Description
If this palette already contains an item matching the SourceKey, generate a variation name that doesn't match any existing item.
If there is no matching item, simply returns SourceKey's Variation.
| Name | GenerateUniqueVariationName |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterPalette.h |
| Include Path | #include "MetaHumanCharacterPalette.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCharacterPalette.cpp |
FName GenerateUniqueVariationName
(
const FMetaHumanPaletteItemKey & SourceKey
) const