TConvexHalfEdgeStructureData::MakePlaneVertices

Initialize the structure data from the array of vertex indices per plane (in CW or CCW order - it is retained in structure) If this fails for some reason, the structure data will be invalid (check [IsValid()](API\Runtime\Chaos\Chaos\TConvexHalfEdgeStructureData\IsValid))

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

static FConvexHalfEdgeStructureData MakePlaneVertices
(
    const TArray< TArray< int32 >> & InPlaneVertices,
    int32 InNumVertices
)

Remarks

Initialize the structure data from the array of vertex indices per plane (in CW or CCW order - it is retained in structure) If this fails for some reason, the structure data will be invalid (check IsValid())

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