Navigation
API > API/Plugins > API/Plugins/FractureEngine > API/Plugins/FractureEngine/FFractureEngineClustering
Description
Merge selected clusters. Non-clusters in the selection are converted to the closest (parent) clusters. On success, returns true and InOutSelection holds the index of the cluster to which the selection was merged.
| Name | MergeSelectedClusters |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineClustering.h |
| Include Path | #include "FractureEngineClustering.h" |
| Source | /Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Private/FractureEngineClustering.cpp |
static bool MergeSelectedClusters
(
FGeometryCollection & GeometryCollection,
TArray < int32 > & InOutSelection
)