Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FSelectFloatArrayIndicesInRangeDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FSelectFloatArrayIndicesInRangeDataflowNode : public FDataflowNode
Remarks
Selects indices of a float array by range
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInclusive | If true then range includes Min and Max values | |
| TArray< int > | Indices | Indices of float Values matching the specified range | |
| float | Max | Maximum value for the selection | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FSelectFloatArrayIndicesInRangeDataflowNode, "SelectFloatArrayIndicesI... | Min | GeometryCollection for the selection Minimum value for the selection | |
| ERangeSettingEnum | RangeSetting | Values for the selection has to be inside or outside [Min, Max] range |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSelectFloatArrayIndicesInRangeDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |