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
enum EFractureEngineClusterSizeMethod
{
ByNumber,
ByFractionOfInput,
BySize,
ByGrid,
}
Values
| Name |
Description |
| ByNumber |
Cluster by specifying an absolute number of clusters. |
| ByFractionOfInput |
Cluster by specifying a fraction of the number of input bones. |
| BySize |
Cluster by specifying the density of the input bones. |
| ByGrid |
Cluster by a regular grid distribution. |