Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/ShapeApproximation > API/Plugins/DynamicMesh/ShapeApproximation/FSimpleShapeSet3d
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include | #include "ShapeApproximation/SimpleShapeSet3.h" |
Syntax
struct FMergeShapesSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIgnoreInternalNegativeSpace | Whether to ignore negative space that is not accessible by traversing from the convex hull (via paths w/ radius of at least Negative Space Tolerance) | |
| bool | bMergeShapesProtectNegativeSpace | Whether to use the negative space protection settings when merging collision shapes | |
| double | NegativeSpaceMinRadius | Minimum radius of negative space to protect; tunnels with radius smaller than this could be filled in | |
| double | NegativeSpaceTolerance | Negative space closer to the input than this tolerance distance can be filled in |