Item pick up count

For some reason my initial attempt failed because although it is a class blueprint, each instance of it was setting its own individual number, so going up to one and picking it up set the pick up count to 1. But the next one went to 1 again.

So I’ve made the integer a value on the player character which I cast to in each of my actor blueprints. All working now, thanks for the suggestion miligram9!

http://i.imgur.com/7GHIClj.png

http://i.imgur.com/0kH0Vbx.png