Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMakeDataflowConvexDecompositionSettingsNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FMakeDataflowConvexDecompositionSettingsNode : public FDataflowNode
Remarks
Provide settings for running convex decomposition of geometry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDataflowConvexDecompositionSettings | DecompositionSettings | ||
| float | ErrorTolerance | Stop splitting when hulls have error less than this (expressed in cm; will be cubed for volumetric error). | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FMakeDataflowConvexDecompositionSettingsNode, "MakeConvexDecomposition... | 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 | 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. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMakeDataflowConvexDecompositionSettingsNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |