Navigation
API > API/Runtime > API/Runtime/Chaos
Controls which individual convex hulls are considered for merges.
| Name | EConvexHullProximityFilter |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EConvexHullProximityFilter
{
None,
BoundingBox,
}
Values
| Name | Remarks |
|---|---|
| None | Do not require convex hull geometry to be in proximity to merge Note: May still use bone proximity to limit possible merges in the cluster merge case, via the Allow Convex Bone Merge Method options |
| BoundingBox | Only consider convex hull merges if their bounding boxes are in proximity. |