Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterPalette
Description
Try to find the pipeline corresponding to the given item path.
Note that an empty item path refers to the Collection itself.
| Name | TryResolvePipeline |
| 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 |
bool TryResolvePipeline
(
const FMetaHumanPaletteItemPath & ItemPath,
const UMetaHumanCharacterPipeline *& OutPipeline
) const