unreal.InterchangeSkeletalMeshContentType

class unreal.InterchangeSkeletalMeshContentType

Bases: EnumBase

EInterchange Skeletal Mesh Content Type

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeSkeletalMeshFactoryNode.h

ALL: InterchangeSkeletalMeshContentType

geometry and skin weights.

Type:

0

Type:

Imports all skeletal mesh content

GEOMETRY: InterchangeSkeletalMeshContentType

Imports the skeletal mesh geometry only. This creates a default skeleton, or maps the geometry to the existing one. You can import morph targets and LODs with the mesh.

Type:

1

SKINNING_WEIGHTS: InterchangeSkeletalMeshContentType

Imports the skeletal mesh skin weights only. No geometry, morph targets, or LODs are imported.

Type:

2