This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
SelectFloatArrayIndicesInRange (v1)
Selects indices of a float array by range
Input(s) : Values - GeometryCollection for the selection
Output(s): Indices - Indices of float Values matching the specified range
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|Array |
| Type | FSelectFloatArrayIndicesInRangeDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Min | Minimum value for the selection | float | 0.000000 |
| Max | Maximum value for the selection | float | 1000.000000 |
| RangeSetting | Values for the selection has to be inside or outside [Min, Max] range | ERangeSettingEnum | Dataflow_RangeSetting_InsideRange |
| bInclusive | If true then range includes Min and Max values | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Values | GeometryCollection for the selection | TArray<float> | |
| Min | Minimum value for the selection | float | 0.000000 |
| Max | Maximum value for the selection | float | 1000.000000 |