Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
EGenerateConvexMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path |
#include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EGenerateConvexMethod
{
ExternalCollision,
ComputedFromGeometry,
IntersectExternalWithComputed,
}
Values
| Name |
Remarks |
| ExternalCollision |
Convert from external collision shapes (if available) |
| ComputedFromGeometry |
Compute all convex hulls from geometry. |
| IntersectExternalWithComputed |
Intersect external collision shapes with computed convex hulls. |