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&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
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 | |
| float | Min | Minimum value for the selection | |
| ERangeSettingEnum | RangeSetting | Values for the selection has to be inside or outside [Min, Max] range | |
| TArray< float > | Values | GeometryCollection for the selection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSelectFloatArrayIndicesInRangeDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |