BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Given an array and an index, returns a temporary copy of the item in the array at that index (since it's a copy, changes to this item will NOT be propagated back to the array)
Inputs
| Type | Name | Description |
|---|---|---|
| wildcard | Array | |
| integer | Dimension 1 |
Outputs
| Type | Name | Description |
|---|---|---|
| wildcard | Output |