unreal.InterchangeMeshCollision¶
- class unreal.InterchangeMeshCollision¶
Bases:
EnumBaseEInterchange Mesh Collision
C++ Source:
Plugin: Interchange
Module: InterchangeNodes
File: InterchangeMeshDefinitions.h
- BOX: InterchangeMeshCollision = Ellipsis¶
Generates a new box collision mesh encompassing the static mesh
- Type:
0
- CAPSULE: InterchangeMeshCollision = Ellipsis¶
Generates a new capsule collision mesh encompassing the static mesh
- Type:
2
- CONVEX10DOP_X: InterchangeMeshCollision = Ellipsis¶
Generates a new axis-aligned box collision mesh with the 4 X-axis aligned edges beveled (10 total sides) encompassing the static mesh
- Type:
3
- CONVEX10DOP_Y: InterchangeMeshCollision = Ellipsis¶
Generates a new axis-aligned box collision mesh with the 4 Y-axis aligned edges beveled (10 total sides) encompassing the static mesh
- Type:
4
- CONVEX10DOP_Z: InterchangeMeshCollision = Ellipsis¶
Generates a new axis-aligned box collision mesh with the 4 Z-axis aligned edges beveled (10 total sides) encompassing the static mesh
- Type:
5
- CONVEX18DOP: InterchangeMeshCollision = Ellipsis¶
Generates a new axis-aligned box collision mesh with all edges beveled (18 total sides) encompassing the static mesh
- Type:
6
- CONVEX26DOP: InterchangeMeshCollision = Ellipsis¶
Generates a new axis-aligned box collision mesh with all edges and corners beveled (26 total sides) encompassing the static mesh
- Type:
7
- NONE: InterchangeMeshCollision = Ellipsis¶
Generates no collisions, but continue to import custom collisions if the file has ones
- Type:
255
- SPHERE: InterchangeMeshCollision = Ellipsis¶
Generates a new sphere collision mesh encompassing the static mesh
- Type:
1