Navigation
API > API/Runtime > API/Runtime/Chaos
Information used to identify a feature on a convex shape.
| Name | FConvexFeature |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/ConvexFeature.h |
| Include Path | #include "Chaos/Collision/ConvexFeature.h" |
Syntax
class FConvexFeature
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FeatureType | EConvexFeatureType | The feature type. | Chaos/Collision/ConvexFeature.h | |
| ObjectIndex | int32 | An index used to index into some collection (e.g., triangle index in a mesh) | Chaos/Collision/ConvexFeature.h | |
| PlaneFeatureIndex | int32 | For Vertex or Edge features this is either: | Chaos/Collision/ConvexFeature.h | |
| PlaneIndex | int32 | The plane index on the convex. E.g., See FConvex::GetPlane() | Chaos/Collision/ConvexFeature.h |