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