Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCollectionPipeline
Description
Will be called when setting Post-Assembly Parameters if EMetaHumanAssemblyOutputMappingMethod::CustomReference is specified for the target slot.
See comments on EMetaHumanAssemblyOutputMappingMethod.
| Name | GetItemAssemblyOutputReference |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionPipeline.h |
| Include Path | #include "MetaHumanCollectionPipeline.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollectionPipeline.cpp |
virtual FStructView GetItemAssemblyOutputReference
(
TNotNull< const UMetaHumanCollection * > Collection,
const FMetaHumanPostAssemblyParameterOutputCollectionView & AllPostAssemblyParameters,
const FMetaHumanPaletteItemPath & TargetItemPath,
const FInstancedPropertyBag & ModifiedPostAssemblyParameters,
FInstancedStruct & InCollectionAssemblyOutput
) const