Navigation
API > API/Plugins > API/Plugins/NaniteAssemblyEditorUtils
| Name | ENaniteAssemblyPartMaterialMerge |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/NaniteAssemblyEditorUtils/Source/NaniteAssemblyEditorUtils/Public/NaniteAssemblyBuilder.h |
| Include Path | #include "NaniteAssemblyBuilder.h" |
Syntax
enum ENaniteAssemblyPartMaterialMerge
{
MergeIdenticalMaterials,
MergeIdenticalSlotNames,
MergeMaterialIndices,
}
Values
| Name | Remarks |
|---|---|
| MergeIdenticalMaterials | Will remap the part mesh's material slots to material slots with identical materials and will only create new material slots for those that are unmatched. |
| MergeIdenticalSlotNames | Will remap the part mesh's material slots to material slots with identical slot names and will only create new material slots for those that are unmatched. |
| MergeMaterialIndices | Will remap the part mesh's material slots to material slots in the group by their index, and will only create new slots if the part mesh has more materials than is currently in the slot group. |