How do I implement different items to work in the same inventory system?

Hey there, ideally WeaponInfo should derive from ItemInfo, that way you still have what’s in ItemInfo plus the weapon stuff. The problem is that in blueprints you can’t really do struct hierarchies.