Navigation
API > API/Plugins > API/Plugins/FractureEngine
References
| Module | FractureEngine |
| Header | /Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineClustering.h |
| Include | #include "FractureEngineClustering.h" |
Syntax
class FFractureEngineClustering
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AutoCluster
(
FGeometryCollection& GeometryCollection, |
||
| void | AutoCluster
(
FGeometryCollection& GeometryCollection, |
||
| bool | ClusterMagnet
(
FGeometryCollection& GeometryCollection, |
Merge neighbors, and neighbors of neighbors (out to the Iterations number) to the selected clusters. | |
| bool | ClusterSelected
(
FGeometryCollection& GeometryCollection, |
Cluster the chosen transform indices (and update the selection array to remove any that were not clustered, i.e. invalid or root transforms) | |
| void | ConvexityBasedCluster
(
FGeometryCollection& GeometryCollection, |
Autoclustering that favors convex-shaped clusters. | |
| TArray< FVector > | GenerateGridSites
(
const FGeometryCollection& GeometryCollection, |
||
| TArray< FVector > | GenerateGridSites
(
const FGeometryCollection& GeometryCollection, |
||
| bool | MergeSelectedClusters
(
FGeometryCollection& GeometryCollection, |
Merge selected clusters. |