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