Navigation
API > API/Plugins > API/Plugins/FractureEngine
| |
|
| Name |
EFractureEngineClusterSizeMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineClustering.h |
| Include Path |
#include "FractureEngineClustering.h" |
Syntax
enum EFractureEngineClusterSizeMethod
{
ByNumber,
ByFractionOfInput,
BySize,
ByGrid,
}
Values
| Name |
Remarks |
| 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. |