Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGetConvexHullVolumeDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetConvexHullVolumeDataflowNode : public FDataflowNode
Remarks
Get the sum of volumes of the convex hulls on the selected nodes
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSumChildrenForClustersWithoutHulls | For any cluster transform that has no convex hulls, whether to fall back to the convex hulls of the cluster's children. | |
| bool | bVolumeOfUnion | Whether to take the volume of the union of selected hulls, rather than the sum of each hull volume separately. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FGetConvexHullVolumeDataflowNode, "GetConvexHullVolume", "GeometryColl... | TransformSelection | The transforms to consider | |
| float | Volume | Sum of convex hull volumes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetConvexHullVolumeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |