Navigation
API > API/Plugins > API/Plugins/FractureEngine
References
| Module | FractureEngine |
| Header | /Engine/Plugins/Experimental/Fracture/Source/FractureEngine/Public/FractureEngineConvex.h |
| Include | #include "FractureEngineConvex.h" |
Syntax
struct FSimplifyHullSettings
Remarks
Options to control the simplification of an existing convex hull.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | AngleThreshold | ||
| bool | bUseExistingVertexPositions | ||
| bool | bUseGeometricTolerance | ||
| bool | bUseTargetTriangleCount | ||
| double | ErrorTolerance | ||
| EConvexHullSimplifyMethod | SimplifyMethod | ||
| double | SmallAreaThreshold | ||
| int32 | TargetTriangleCount |