Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette
Determines the interpretation of FMetaHumanAssemblyOutputMapping.
See FMetaHumanAssemblyOutputMapping for more details.
| Name | EMetaHumanAssemblyOutputMappingMethod |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCharacterPipelineSpecification.h |
| Include Path | #include "MetaHumanCharacterPipelineSpecification.h" |
Syntax
enum EMetaHumanAssemblyOutputMappingMethod
{
Ignore,
DirectProperty,
ArrayProperty,
CustomReference,
CustomValue,
}
Values
| Name | Remarks |
|---|---|
| Ignore | No automatic processing. |
| DirectProperty | The Item's Assembly Output is stored in a property on the Collection Assembly Output, or a property within a struct on the Collection Assembly Output. |
| ArrayProperty | The Item's Assembly Output is stored in an array on the Collection Assembly Output, or a property within a struct in an array on the Collection Assembly Output. |
| CustomReference | GetItemAssemblyOutputReference will be called on the pipeline to fetch a reference to the Item's Assembly Output on the Collection Assembly Output. |
| CustomValue | GetItemAssemblyOutputValue will be called on the pipeline to fetch the Item's Assembly Output by value. |