unreal.FBXImportType

class unreal.FBXImportType

Bases: unreal.EnumBase

Import mesh type

C++ Source:

  • Module: UnrealEd

  • File: FbxImportUI.h

FBXIT_ANIMATION

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

Type

2

FBXIT_SKELETAL_MESH

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

Type

1

FBXIT_STATIC_MESH

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

Type

0