BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Given an array and an index, assigns the item to that array element *
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| wildcard | Target Array | The array to perform the operation on * |
| integer | Index | The index to assign the item to * |
| wildcard | Item | The item to assign to the index of the array * |
| boolean | Size to Fit | If true, the array will expand if Index is greater than the current size of the array |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |