How do you easily give items to players?

The only way I’ve seen to give items to players is in this snippet here

Which I can assume means we need a new item_granter_device for every item we want to give people. Is there an easier way to do this? Already feels hacky, but it’s going to be super tedious if it’s a large list of items.

Yup, that’s just how everything is in UEFN right now. You can’t do too much with Verse alone, you have to use it to glue together the abilities of different devices. Which is fine, it’s still quite powerful and it’ll be improved over time.