Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/FMetaHumanPaletteItemPath
Description
Compares this path to the given path and returns true if this path contains exactly one more entry, and the other entries exactly match the given path.
For example, using filesystem syntax "/A/B/C".IsDirectChildPathOf("/A/B") would return true.
| Name | IsDirectChildPathOf |
| 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 |
bool IsDirectChildPathOf
(
const FMetaHumanPaletteItemPath & ParentPath
) const