Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionPipeline
Description
Returns an item pipeline instance for given asset class.
This utility can be used to provide common item pipeline class for all principal assets of the given class, effectively removing the necessity for defining a pipeline for each wardrobe item asset.
| Name | GetFallbackItemPipelineForAssetType |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionPipeline.h |
| Include Path | #include "MetaHumanCollectionPipeline.h" |
virtual const UMetaHumanItemPipeline * GetFallbackItemPipelineForAssetType
(
const TSoftClassPtr < UObject > & InAssetClass
) const