Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGenerateClusterConvexHullsFromChildrenHullsDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGenerateClusterConvexHullsFromChildrenHullsDataflowNode : public FDataflowNode
Remarks
Generates cluster convex hulls for children hulls
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOnlyConnectedToHull | When performing Voxel Search, only look for negative space that is connected out to the convex hull. | |
| bool | bPreferExternalCollisionShapes | Whether to prefer available External (imported) collision shapes instead of the computed convex hulls on the Collection | |
| 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. | |
| int32 | ConvexCount | Maximum number of convex to generate for a specific cluster. | |
| double | ErrorTolerance | Error tolerance to use to decide to merge leaf convex together. | |
| 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(FGenerateClusterConvexHullsFromChildrenHullsDataflowNode, "GenerateClu... | 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 | |
|---|---|---|---|
FGenerateClusterConvexHullsFromChildrenHullsDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |