Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TConvexHalfEdgeStructureData
Description
Initialize the structure data from the set of vertices associated with each plane. The vertex indices are assumed to be in CCW order (or CW order - doesn't matter here as long as it is sequential).
| Name | SetPlaneVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConvexHalfEdgeStructureData.h |
| Include Path | #include "Chaos/ConvexHalfEdgeStructureData.h" |
bool SetPlaneVertices
(
const TArray < TArray < int32 > > & InPlaneVertices,
int32 InNumVertices
)