TConvexHalfEdgeStructureData::FindVertexPlanes

Fill an array with plane indices for the specified vertex. Return the number of planes found.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

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

Remarks

Fill an array with plane indices for the specified vertex. Return 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