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