You have an inventory system that uses an Array to store references to collected item actors.
To display the most recently collected item, you need to retrieve the last element from this Array.
Which combination of nodes is the most direct way to achieve this?