Navigation
Unreal Engine Blueprint API Reference > Utilities > Array
Given an array and an index, returns the item in the array at that index (since it's a direct reference, you can operate directly on the item and changes made to it will be reflected back in the array)
Inputs
Type | Name | Description |
---|---|---|
wildcard | Array | |
integer | Dimension 1 |
Outputs
Type | Name | Description |
---|---|---|
wildcard | Output |