Navigation
Unreal Engine C++ API Reference > 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 |