Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT ()
struct FDataflowConvexDecompositionSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ErrorTolerance | Stop splitting when hulls have error less than this (expressed in cm; will be cubed for volumetric error). | |
| float | MaxGeoToHullVolumeRatioToDecompose | If the geo volume / hull volume ratio is greater than this, do not consider convex decomposition. | |
| int32 | MaxHullsPerGeometry | If greater than zero, maximum number of convex hulls to use in each convex decomposition. | |
| float | MinSizeToDecompose | If greater than zero, the minimum geometry size (cube root of volume) to consider for convex decomposition. | |
| float | MinThicknessTolerance | Optionally specify a minimum thickness (in cm) for convex parts; parts below this thickness will always be merged away. Overrides NumOutputHulls and ErrorTolerance when needed. | |
| int32 | NumAdditionalSplits | Control the search effort spent per convex decomposition: larger values will require more computation but may find better convex decompositions. |