Navigation
API > API/Runtime > API/Runtime/Chaos
The type of a convex feature.
| Name | Chaos::Private::EConvexFeatureType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/ConvexFeature.h |
| Include Path | #include "Chaos/Collision/ConvexFeature.h" |
Syntax
namespace Chaos
{
namespace Private
{
enum EConvexFeatureType
{
Unknown,
Vertex,
Edge,
Plane,
}
}
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Vertex | |
| Edge | |
| Plane |