Hey everyone!
Grid Inventory 0.0.2 is live!
Items now have a context menu — you can open it by right-clicking. The setup is very dynamic, so you can easily create your own actions. Or you can use double click on container items to execute default action (Open container action)
There are currently two actions:
- Discard item – removes the item from the inventory
- Open container – opens a draggable window showing the container’s inventory
Now you can pack your items more easily!
Based on your feedback, here are the priorities for the next updates:
- Make it easier to integrate this inventory into your own projects.
Right now, you have to inherit fromBP_GridInventoryCharacter.
Progress has already been made in this area — a communication interface was added. Your character just needs to feed it with data. Actions already use this new system, and the next update will add support for Equip Slots (which currently require inheritance fromBP_GridInventoryCharacter) - Item splitting
- Item inspection, including a “drop” action
- Dynamic thumbnail generation
Thanks to everyone who tested it and gave feedback!
A video overview of this update will be released on my channel soon.
