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 EGenerateConvexMethod
{
ExternalCollision,
ComputedFromGeometry,
IntersectExternalWithComputed,
}
Values
| Name | Description |
|---|---|
| ExternalCollision | Convert from external collision shapes (if available) |
| ComputedFromGeometry | Compute all convex hulls from geometry. |
| IntersectExternalWithComputed | Intersect external collision shapes with computed convex hulls. |