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