Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Selections > API/Runtime/GeometryCore/Selections/FMeshConnectedComponents
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 FindVerticesConnectedToSeeds
&40;
const TArray< int > & SeedVertices,
TFunction< bool(int32, int32)> VertsConnectedPredicate
&41;
Remarks
Find all connected vertex components that contain one or more Seed Vertices and store in Components array. Search only starts from Seed Vertices.
Parameters
| Name | Description |
|---|---|
| SeedVertices | list of start vertices, each component contains at least one of these vertices |
| VertsConnectedPredicate | optional function that specifies whether two edge-connected vertices should be considered connected by the search |