Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Selections > API/Runtime/GeometryCore/Selections/FMeshConnectedComponents > API/Runtime/GeometryCore/Selections/FMeshConnectedComponents/FindConnectedVer-
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshConnectedComponents.h |
| Include | #include "Selections/MeshConnectedComponents.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshConnectedComponents.cpp |
void FindConnectedVertices
(
const TArray < int > & VertexROI,
TFunction < bool, int32 )> VertsConnectedPredicate
)
Remarks
Find all connected vertex components of a subset of vertices of the Mesh and store in Components array.
Parameters
| Name | Description |
|---|---|
| VertexROI | list of vertices to search across |
| VertsConnectedPredicate | optional function that specifies whether two edge-connected vertices should be considered connected by the search |