unreal.InterchangeCombineStaticMeshesBehavior¶
- class unreal.InterchangeCombineStaticMeshesBehavior¶
Bases:
EnumBaseEInterchange Combine Static Meshes Behavior
C++ Source:
Plugin: Interchange
Module: InterchangePipelines
File: InterchangeGenericMeshPipeline.h
- ALL: InterchangeCombineStaticMeshesBehavior = Ellipsis¶
Combine all the meshes into a single Static Mesh
- Type:
0
- DO_NOT_COMBINE: InterchangeCombineStaticMeshesBehavior = Ellipsis¶
All meshes will be imported as individual Static Mesh assets
- Type:
2
- VISIBLE_ONLY: InterchangeCombineStaticMeshesBehavior = Ellipsis¶
Skip adding the hidden meshes to the combined Static Mesh
- Type:
1