Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FConvexDecomposition3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
int32 SplitWorst
&40;
bool bCanSkipUnreliableGeoVolumes,
double ErrorTolerance
&41;
Remarks
Split the worst convex part, and return the increase in the total number of convex parts after splitting (can be more than 1 if result has multiple separate connected components) Note: could return 0 if no splits were possible
Parameters
| Name | Description |
|---|---|
| bCanSkipUnreliableGeoVolumes | if true, don't split hulls where we have questionable geometry volume results, unless there is no hull with good geometry volume results |