unreal.InterchangeForceMeshType

class unreal.InterchangeForceMeshType

Bases: unreal.EnumBase

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

C++ Source:

  • Plugin: Interchange

  • Module: InterchangePipelines

  • File: InterchangeGenericAssetsPipeline.h

IFMT_NONE

Will import from the source type, no conversion

Type

0

IFMT_SKELETAL_MESH

Will import any mesh to skeletal mesh.

Type

2

IFMT_STATIC_MESH

Will import any mesh to static mesh.

Type

1