Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTriangleID, Alloc > | GetVertexConnectedTriangles
(
const FVertexID VertexID |
Returns the triangles connected to this vertex as an array with the specified allocator template type. | |
| TArray< FTriangleID > | GetVertexConnectedTriangles
(
const FVertexID VertexID |
Returns the triangles connected to this vertex | |
| void | GetVertexConnectedTriangles
(
const FVertexID VertexID, |
Populates the passed array of TriangleIDs with the triangles connected to this vertex |