Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Selections > API/Runtime/GeometryCore/Selections/FMeshConnectedComponents
| Type | Name | Description | |
|---|---|---|---|
| void | FindConnectedVertices
(
TFunction< bool(int32, int32)> VertsConnectedPredicate |
Find all connected vertex components of the Mesh and store in Components array. | |
| void | FindConnectedVertices
(
const TArray< int >& VertexROI, |
Find all connected vertex components of a subset of vertices of the Mesh and store in Components array. | |
| void | FindConnectedVertices
(
TFunctionRef< bool(int)> IndexFilterFunc, |
Find all connected vertex components of a subset of vertices of the Mesh and store in Components array. |