Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | EInterchangeMeshCollision |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeMeshDefinitions.h |
| Include Path | #include "InterchangeMeshDefinitions.h" |
Syntax
enum EInterchangeMeshCollision
{
Box,
Sphere,
Capsule,
Convex10DOP_X,
Convex10DOP_Y,
Convex10DOP_Z,
Convex18DOP,
Convex26DOP,
None = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| Box | Generates a new box collision mesh encompassing the static mesh |
| Sphere | Generates a new sphere collision mesh encompassing the static mesh |
| Capsule | Generates a new capsule collision mesh encompassing the static mesh |
| Convex10DOP_X | Generates a new axis-aligned box collision mesh with the 4 X-axis aligned edges beveled (10 total sides) encompassing the static mesh |
| Convex10DOP_Y | Generates a new axis-aligned box collision mesh with the 4 Y-axis aligned edges beveled (10 total sides) encompassing the static mesh |
| Convex10DOP_Z | Generates a new axis-aligned box collision mesh with the 4 Z-axis aligned edges beveled (10 total sides) encompassing the static mesh |
| Convex18DOP | Generates a new axis-aligned box collision mesh with all edges beveled (18 total sides) encompassing the static mesh |
| Convex26DOP | Generates a new axis-aligned box collision mesh with all edges and corners beveled (26 total sides) encompassing the static mesh |
| None | Generates no collisions, but continue to import custom collisions if the file has ones |