Description
MakeIntArray (v1)
Make an int32 array starting with Start with Count elements
Input(s) : Start - First element of IntArray Count - Number of elements in IntArray
Output(s): IntArray - IntArray
Information
| Module | GeometryCollectionNodes |
| Category | Generators|Array |
| Tags | integer indices start end |
| Type | FMakeIntArrayDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bReverseOrder | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Start | First element of IntArray | int32 | 0 |
| Count | Number of elements in IntArray | int32 | 3 |