Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanItemEditorPipeline
Builds the item based on input from the hosting Collection pipeline.
For example, the build input could be a body mesh that this item pipeline should fit clothing to.
Can only be called from a Collection or Item pipeline. Items can't be built by themselves, they need to be hosted by a Collection.
SortedPinnedSlotSelections will be filtered to only include this item and its sub-items. If this item is pinned, it will be in SortedPinnedSlotSelections.
SortedItemsToExclude will be filtered to only include sub-items of this item. If this item is excluded, BuildItem won't be called at all, so there is no need to search SortedItemsToExclude for this item.
| Name | FBuildItemParams |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanItemEditorPipeline.h |
| Include Path | #include "MetaHumanItemEditorPipeline.h" |
Syntax
struct FBuildItemParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BuildCacheGuid | FGuid | MetaHumanItemEditorPipeline.h | ||
| BuildInput | FInstancedStruct | MetaHumanItemEditorPipeline.h | ||
| ItemPath | FMetaHumanPaletteItemPath | MetaHumanItemEditorPipeline.h | ||
| OuterForGeneratedObjects | TNotNull< UObject * > | MetaHumanItemEditorPipeline.h | ||
| Quality | EMetaHumanCharacterPaletteBuildQuality | MetaHumanItemEditorPipeline.h | ||
| SortedItemsToExclude | TConstArrayView< FMetaHumanPaletteItemPath > | MetaHumanItemEditorPipeline.h | ||
| SortedPinnedSlotSelections | TConstArrayView< FMetaHumanPinnedSlotSelection > | MetaHumanItemEditorPipeline.h | ||
| WardrobeItem | TNotNull< const UMetaHumanWardrobeItem * > | MetaHumanItemEditorPipeline.h |