Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Supported/known types of Simple Shapes
| Name | UE::Geometry::ESimpleShapeType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum ESimpleShapeType
{
Sphere = 2,
Box = 4,
Capsule = 8,
Convex = 16,
LevelSet = 32,
}
}
}
Values
| Name | Remarks |
|---|---|
| Sphere | |
| Box | |
| Capsule | |
| Convex | |
| LevelSet |