TTriangleMesh::ExpandVertexRange

Extends the vertex range.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/TriangleMesh.h"

Syntax

void ExpandVertexRange
(
    const int32 StartIdx,
    const int32 EndIdx
)

Remarks

Extends the vertex range.

Since the vertex range is built from connectivity, it won't include any free vertices that either precede the first vertex, or follow the last.

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