Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FCollectionTransformSelectionByVolumeDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionTransformSelectionByVolumeDataflowNode : public FDataflowNode
Remarks
Selects pieces based on their volume
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInclusive | If true then range includes Min and Max values | |
| ERangeSettingEnum | RangeSetting | Values for the selection has to be inside or outside [Min, Max] range | |
| FDataflowTransformSelection | TransformSelection | Array of the selected bone indicies | |
| float | VolumeMax | Maximum volume for the selection | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FCollectionTransformSelectionByVolumeDataflowNode, "CollectionTransfor... | VolumeMin | GeometryCollection for the selection Minimum volume for the selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollectionTransformSelectionByVolumeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |