Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Selections > API/Runtime/GeometryCore/Selections/FMeshConnectedComponents
| Type | Name | Description | |
|---|---|---|---|
| void | FindConnectedTriangles
(
TFunction< bool(int32, int32)> TrisConnectedPredicate |
Calculation functions. | |
| void | FindConnectedTriangles
(
const TArray< int >& TriangleROI, |
Find all connected triangle components of a subset of triangles of the Mesh and store in Components array. | |
| void | FindConnectedTriangles
(
TFunctionRef< bool(int)> IndexFilterFunc, |
Find all connected triangle components of a subset of triangles of the Mesh and store in Components array. |