Navigation
API > API/Plugins > API/Plugins/MetaHumanDefaultPipeline
Used to determine how to obtain material interface for the given parameter.
| Name | EMetaHumanRuntimeMaterialParameterSlotTarget |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanDefaultPipeline/Public/Item/MetaHumanMaterialPipelineCommon.h |
| Include Path | #include "Item/MetaHumanMaterialPipelineCommon.h" |
Syntax
enum EMetaHumanRuntimeMaterialParameterSlotTarget
{
SlotNames,
SlotIndices,
AllSlots,
}
Values
| Name | Remarks |
|---|---|
| SlotNames | Apply to the material slots whose names are listed in SlotNames. |
| SlotIndices | Apply to the material slots whose indices are listed in SlotIndices. |
| AllSlots | Apply to every material slot managed by the pipeline. Slot names and indices are ignored. |