Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | EClusterUnionMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolverConfiguration.h |
| Include Path | #include "ChaosSolverConfiguration.h" |
Syntax
enum EClusterUnionMethod
{
PointImplicit,
DelaunayTriangulation,
MinimalSpanningSubsetDelaunayTriangulation,
PointImplicitAugmentedWithMinimalDelaunay,
BoundsOverlapFilteredDelaunayTriangulation,
None,
}
Values
| Name | Remarks |
|---|---|
| PointImplicit | |
| DelaunayTriangulation | |
| MinimalSpanningSubsetDelaunayTriangulation | |
| PointImplicitAugmentedWithMinimalDelaunay | |
| BoundsOverlapFilteredDelaunayTriangulation | |
| None |