Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMergeConvexHullsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FMergeConvexHullsDataflowNode : public FDataflowNode
Remarks
Merge convex hulls on transforms with multiple hulls
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bComputeNegativeSpacePerBone | Whether to compute separate negative space for each bone. | |
| bool | bOnlyConnectedToHull | When performing Voxel Search, only look for negative space that is connected out to the convex hull. | |
| bool | bProtectNegativeSpace | Whether to use a sphere cover to define negative space that should not be covered by convex hulls | |
| bool | bRequireSearchSampleCoverage | Whether to require that all candidate locations identified by Voxel Search are covered by negative space samples, up to the specified Min Sample Spacing. | |
| double | ErrorTolerance | Error tolerance to use to decide to merge leaf convex together. | |
| int32 | MaxConvexCount | Maximum number of convex to generate per transform. Ignored if < 0. | |
| double | MinRadius | Spheres smaller than this are not included in the negative space | |
| double | MinSampleSpacing | Minimum desired spacing between spheres; if > 0, will attempt not to place sphere centers closer than this | |
| double | NegativeSpaceTolerance | Amount of space to leave between convex hulls and protected negative space | |
| FDataflowTransformSelection | OptionalSelectionFilter | Optional transform selection to compute cluster hulls on if not provided, all cluster hulls will be computed. | |
| ENegativeSpaceSampleMethodDataflowEnum | SampleMethod | Method to use to find and sample negative space | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FMergeConvexHullsDataflowNode, "MergeConvexHulls", "GeometryCollection... | SphereCovering | A representation of the negative space protected by the 'protect negative space' option. If negative space is not protected, this will contain zero spheres. | |
| int32 | TargetNumSamples | Approximate number of spheres to consider when covering negative space |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMergeConvexHullsDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |