By the way, for those who might end up finishing the second part of the tutorial and become stumped by how to design a system for actually using your items, you’ll want to look into Blueprint Interfaces, and basically make a common Use interface for all the UsableInventoryItem (or whatever the name you use for items that are actually in the player’s inventory is).