Inventory System on Pawn Class

Hi everybody!

I have seen a lot of tutorials and resources about to build an inventory system with Character class (for example).

I need an inventory system basis on Pawn class.

Does anybody know any resources about it? Can you point me?

It would be identical, a Character is a Pawn with extra features. And none of the extras have anything to do with inventories.


You might as well create the entire inventory in a regular actor. This way you can attach this actor to any other entity. Lets say you want 4 party members, each with their own inventory.