unreal.InterchangeForceMeshType

class unreal.InterchangeForceMeshType

Bases: EnumBase

Force mesh type, if user want to import all meshes as one type

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericAssetsPipelineSharedSettings.h

IFMT_NONE: InterchangeForceMeshType

Will import from the source type, no conversion

Type:

0

IFMT_SKELETAL_MESH: InterchangeForceMeshType

Will import any mesh to skeletal mesh.

Type:

2

IFMT_STATIC_MESH: InterchangeForceMeshType

Will import any mesh to static mesh.

Type:

1