Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/FMetaHumanPaletteItemPath
Description
Compare this path with the other path to determine their sort order.
Returns -1 if this path is "less" than the other, 1 if it's "more", and 0 if they're equal.
| Name | Compare |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanPaletteItemPath.h |
| Include Path | #include "MetaHumanPaletteItemPath.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanPaletteItemPath.cpp |
int32 Compare
(
const FMetaHumanPaletteItemPath & Other
) const