Description
MakeNumericArray (v1)
Make an array of any numeric type
Input(s) : NumElements - Number of elements of the array DefaultValue - Default value for output, whichever value doesn't get set in the output array by the generator will have the default value Generator - Generator input
Output(s): Array - Output float array
Information
| Module | GeometryCollectionNodes |
| Category | Math |
| Tags | int float double numbers create |
| Type | FMakeNumericArrayDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| NumElements | Number of elements of the array | int32 | 1 |
| DefaultValue | Default value for output, whichever value doesn't get set in the output array by the generator will have the default value | FDataflowNumericTypes | (Value=0.000000) |
| Generator | Generator input | FDataflowValueGenerator | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | Output float array | FDataflowNumericArrayTypes |