I am currently working on a first person shooter game. It has an inventory system which should allow you to select the specific items you want to use in a menu before you spawn. For managing this I would need some place to store an array which contains information about all accessible items, like their Blueprint classes. Ideally that would be some kind of asset which I can easily modify within the editor.