Navigation
API > API/Runtime > API/Runtime/Chaos
Controls which bones are allowed to merge their convex hulls.
| Name | EAllowConvexMergeMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path | #include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EAllowConvexMergeMethod
{
ByProximity,
Any,
}
Values
| Name | Remarks |
|---|---|
| ByProximity | Only allow merging convex hulls of bones that are in proximity. |
| Any | Allow any pair of convex hulls to merge. |