How to check if an actor is in a array?

How can I check if an actor is already exisiting in my array. I need this to make items in my inventory stackable and use the inventory from the unreal tutorial.

Thanks :slight_smile:

Use a find item node for that array; if it cannot find anything it would return -1, if it can it would return the index starting from 0.