FConvexBuilder::BuildPlaneVertexIndices

Generate the vertex indices for all planes in CCW order (used to serialize old data that did not have structure data)

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/CollisionConvexMesh.h"

Syntax

static void BuildPlaneVertexIndices
(
    const TArray< TPlaneConcrete< FReal, 3 >> & InPlanes,
    const TArray< FVec3 > & Vertices,
    TArray< TArray< int32 >> & OutFaceVertexIndices,
    const FReal DistanceTolerance
)

Remarks

Generate the vertex indices for all planes in CCW order (used to serialize old data that did not have structure data)

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