unreal.InterchangeSceneHierarchyType¶
- class unreal.InterchangeSceneHierarchyType¶
Bases:
EnumBaseEInterchange Scene Hierarchy Type
C++ Source:
Plugin: Interchange
Module: InterchangePipelines
File: InterchangeGenericScenesPipeline.h
- CREATE_LEVEL_ACTORS: InterchangeSceneHierarchyType = Ellipsis¶
Create actors in the current editor world for all scene nodes in the source hierarchy.
- Type:
0
- CREATE_LEVEL_INSTANCE_ACTOR: InterchangeSceneHierarchyType = Ellipsis¶
Create a level instance actor referencing a new/existing world containing all scene nodes in the source hierarchy.
- Type:
1
- CREATE_PACKED_ACTOR: InterchangeSceneHierarchyType = Ellipsis¶
Create a packed level actor blueprint which packed all meshes from a new/existing world containing all scene nodes in the source hierarchy.
- Type:
2