Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FConvex
Description
Get an array of all the plane indices that belong to a vertex (up to MaxVertexPlanes). Returns the number of planes found.
| Name | FindVertexPlanes |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Convex.h |
| Include Path | #include "Chaos/Convex.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Convex.cpp |
int32 FindVertexPlanes
(
int32 VertexIndex,
int32 * OutVertexPlanes,
int32 MaxVertexPlanes
) const