FConvex::FindVertexPlanes

Get an array of all the plane indices that belong to a vertex (up to MaxVertexPlanes).

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Convex.h

Include

#include "Chaos/Convex.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/Convex.cpp

Syntax

int32 FindVertexPlanes
(
    int32 VertexIndex,
    int32 * OutVertexPlanes,
    int32 MaxVertexPlanes
) const

Remarks

Get an array of all the plane indices that belong to a vertex (up to MaxVertexPlanes). Returns the number of planes found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss