Navigation
API > API/Editor > API/Editor/StaticMeshEditor
Types of Collision Construct that are generated
| Name | EScriptCollisionShapeType |
| Type | enum |
| Header File | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystemHelpers.h |
| Include Path | #include "StaticMeshEditorSubsystemHelpers.h" |
Syntax
enum EScriptCollisionShapeType
{
Box,
Sphere,
Capsule,
NDOP10_X,
NDOP10_Y,
NDOP10_Z,
NDOP18,
NDOP26,
}
Values
| Name | Remarks |
|---|---|
| Box | |
| Sphere | |
| Capsule | |
| NDOP10_X | |
| NDOP10_Y | |
| NDOP10_Z | |
| NDOP18 | |
| NDOP26 |