Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FTriangleMesh
Description
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.
| Name | ExpandVertexRange |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TriangleMesh.h |
| Include Path | #include "Chaos/TriangleMesh.h" |
void ExpandVertexRange
(
const int32 StartIdx,
const int32 EndIdx
)