Inventory Plugin
Overview
- Spatial Inventory
- Functional Items
- Item Fragment System
- Tooltip popups
- Equipment
- Consumables
- Stackable Items
- Programmed for Multiplayer
Technical Details
- Engine: Unreal Engine 5
- Role: Solo Developer
- Genre: Plugin
- Platform: PC
Features
This is a spatial inventory with item grids for different categories (Equippable, Consumable, and Craftable) and the ability to switch between grids filled with items. Items can be different sizes, each taking up a different number of squares in the grid, and items can be stackable, allowing for splitting, combining, consuming, and dropping items.
This is made possible by an Item Fragment system whereby items can be customized by adding modular "Fragments" to give them functionality. Add a Grid Fragment to make the item capable of taking up multiple squares on the grid, add an Equippable Fragment to make the item equippable, etc.
The inventory is coded in its own separate plugin, which can be added to multiple game projects.
Gallery






