unreal.FBXImportType

class unreal.FBXImportType

Bases: EnumBase

Import mesh type

C++ Source:

  • Module: UnrealEd

  • File: FbxImportUI.h

FBXIT_ANIMATION: FBXImportType

Select Animation if you’d like to import only animation.

Type:

2

FBXIT_SKELETAL_MESH: FBXImportType

Select Skeletal Mesh if you’d like to import skeletal mesh.

Type:

1

FBXIT_STATIC_MESH: FBXImportType

Select Static Mesh if you’d like to import static mesh.

Type:

0