accessing the current inventory system

Shanmukh

Member
i wan to add the runtime pickup weapons to the Current inventory, and i don't want to use the Ultimate inventory system, just want to work with Ultimate Character controller system
 
Take a look at this page:

 
I want to add the item to the inventory, with the item name. can you please guide how to add to the UCC inventory at runtime.
 
I am merging your threads. The inventory doesn't support adding items by name so you would need to subclass the inventory component in order to do so. You can only add items by ItemType. The page above gives an example.
 
Top