unreal.InterchangeSkeletalMeshContentType
¶
- class unreal.InterchangeSkeletalMeshContentType¶
Bases:
EnumBase
EInterchange Skeletal Mesh Content Type
C++ Source:
Plugin: Interchange
Module: InterchangeFactoryNodes
File: InterchangeSkeletalMeshFactoryNode.h
- ALL: InterchangeSkeletalMeshContentType¶
geometry, skinning and weights.
- Type:
0
- Type:
Import all skelatl mesh content
- GEOMETRY: InterchangeSkeletalMeshContentType¶
Import the skeletal mesh geometry only (will create a default skeleton, or map the geometry to the existing one). Morph and LOD can be imported with it.
- Type:
1
- SKINNING_WEIGHTS: InterchangeSkeletalMeshContentType¶
Import the skeletal mesh skinning and weights only (no geometry will be imported). Morph and LOD will not be imported with this settings.
- Type:
2