Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshConnectedComponents
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FindVertComponents
(
FInterval1i ActiveRange, |
Selections/MeshConnectedComponents.h | ||
void FindVertComponents
(
const TArray< int32 >& SeedList, |
Selections/MeshConnectedComponents.h |
FindVertComponents(FInterval1i, TArray< uint8 > &, TFunction< bool(int32, int32)>)
| Name | FindVertComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshConnectedComponents.h |
| Include Path | #include "Selections/MeshConnectedComponents.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshConnectedComponents.cpp |
void FindVertComponents
(
FInterval1i ActiveRange,
TArray < uint8 > & ActiveSet,
TFunction < bool> VertsConnectedPredicate
)
FindVertComponents(const TArray< int32 > &, TArray< uint8 > &, TFunction< bool(int32, int32)>)
| Name | FindVertComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshConnectedComponents.h |
| Include Path | #include "Selections/MeshConnectedComponents.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshConnectedComponents.cpp |
void FindVertComponents
(
const TArray < int32 > & SeedList,
TArray < uint8 > & ActiveSet,
TFunction < bool> VertsConnectedPredicate
)