unreal.InterchangeCombineSkeletalMeshesBehavior¶
- class unreal.InterchangeCombineSkeletalMeshesBehavior¶
Bases:
EnumBaseEInterchange Combine Skeletal Meshes Behavior
C++ Source:
Plugin: Interchange
Module: InterchangePipelines
File: InterchangeGenericMeshPipeline.h
- BY_SKELETON: InterchangeCombineSkeletalMeshesBehavior = Ellipsis¶
Combine all the meshes that use a specific Skeleton as a single Skeletal Mesh
- Type:
0
- BY_SKELETON_VISIBLE_ONLY: InterchangeCombineSkeletalMeshesBehavior = Ellipsis¶
Combine all visible meshes that use a specific Skeleton as a single Skeletal Mesh
- Type:
1
- DO_NOT_COMBINE: InterchangeCombineSkeletalMeshesBehavior = Ellipsis¶
All meshes will be imported as individual Skeletal Mesh assets
- Type:
2