Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshDescription
| Type | Name | Description | |
|---|---|---|---|
| TArray< FPolygonID, Alloc > | GetEdgeConnectedPolygons
(
const FEdgeID EdgeID |
Returns the polygons connected to this edge as an array with the specified allocator template type. | |
| TArray< FPolygonID > | GetEdgeConnectedPolygons
(
const FEdgeID EdgeID |
Returns the polygons connected to this edge | |
| void | GetEdgeConnectedPolygons
(
const FEdgeID EdgeID, |
Populates the passed array with polygon IDs connected to this edge |