Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharacterPalette
Description
Same as TryResolvePipeline, except that it can only resolve item pipelines, not the Collection's pipeline.
This is convenient if you know the path corresponds to an item, because it saves you from having to cast the return value to UMetaHumanItemPipeline.
| Name | TryResolveItemPipeline |
| 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 TryResolveItemPipeline
(
const FMetaHumanPaletteItemPath & ItemPath,
const UMetaHumanItemPipeline *& OutPipeline
) const