Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EConvexOverlapRemoval
{
None = 0,
All = 1,
OnlyClusters = 2,
OnlyClustersVsClusters = 3,
}
Values
| Name | Description |
|---|---|
| None | Do not remove overlaps between convex hulls. |
| All | Remove all overlaps between neighboring convex hulls. |
| OnlyClusters | Only remove overlaps on convex hulls of clusters, ignoring leaf-leaf overlaps. |
| OnlyClustersVsClusters | Only remove overlaps between overlapping clusters, ignoring leaf-leaf and cluster-leaf overlaps. |