Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCapsule
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/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
int32 FindVertexPlanes
(
int32 VertexIndex,
int32 * OutVertexPlanes,
int32 MaxVertexPlanes
) const