unreal.NaniteAssemblyPartMaterialMerge

class unreal.NaniteAssemblyPartMaterialMerge

Bases: EnumBase

ENanite Assembly Part Material Merge

C++ Source:

  • Plugin: NaniteAssemblyEditorUtils

  • Module: NaniteAssemblyEditorUtils

  • File: NaniteAssemblyBuilder.h

MERGE_IDENTICAL_MATERIALS: NaniteAssemblyPartMaterialMerge = Ellipsis

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.

Type:

0

MERGE_IDENTICAL_SLOT_NAMES: NaniteAssemblyPartMaterialMerge = Ellipsis

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.

Type:

1

MERGE_MATERIAL_INDICES: NaniteAssemblyPartMaterialMerge = Ellipsis

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.

Type:

2