DPH Inventory System + Shop system & Money system v2.0 Unreal Engine 5 | Blueprint Only | No Plugins Required
A modular, Blueprint-only inventory system for UE5. Drop it into any project and start building immediately.
FEATURES -
- Drag & Drop between inventory, Shop, Hotbar, and storage containers
- Hotbar (keys 1-0): consume food, equip weapons, extendable to any type
- Multiple Shops and storage categories with their separate inventories and names.
____________________________________________________________________
- Stack Splitting: Shift+Click to split any stack in half instantly
- Drop Slider: Right-click to choose how many items to drop into the world
- World Pickup: Press E to pick up items with DOT-product facing detection
- Equipment: Handheld items attach to character sockets on equip
- Tooltips: Hover any slot for name, description, icon, quantity
- Category Filter: Filter inventory by item type ARCHITECTURE
- Buy An Item and drop it in the inventory to purchase
- Money Update on profile
- No money Error display
- Money added/deducted pop-up UI
_____________________________________________________________________
Component-based — each system is isolated and replaceable: -
ItemContainerComponent: Core inventory logic and slot management
- HandheldManagerComponent: Spawns and attaches equipped item meshes
- InteractionManagerComponent: World interaction with FOV filtering ITEM SYSTEM Items use UE5 Gameplay Tags — no enums, no hard references. Add new items without modifying any Blueprint.
- Each item has a Data Asset with name, description, icon, world actor class, and stack size, etc.
CONTROLS
- I key Open/Close inventory E Pick up & close Inventory and storage/shop UI
- Interact 1-0 Hotbar slots with weapon equipable
- Shift+Click Split stack in half
- Right Click Open drop quantity slider
REQUIREMENTS - Unreal Engine 5.0+ - Blueprint only - No plugins required - Works with any ability system (GAS, custom, or none)
- Multiplayer not supported in v2
- The 'Modeling tools Editor Mode' is enabled but not required for the project, as you will add your own Assets.
INCLUDED IN V2
Full Shop system with money add or deduct from your wallet. Sell Items or purchase items from multiple shops like blacksmith or food cart or stable or etc.
- Drag and drop the item to buy or sell
- Money Update on Profile
- Money Added Pop-Up UI
- No Money Error if Wallet is empty or low
- Multiple Shops with separate inventories. [You can make 20 or 100 shops.]
- Storage Containers with their item slots. [Can make multiple categories like small pouch, small chest, medium box, large crate or a Storage hoouse.]
- Storages have their independent item slots(can be adjusted)
- Gameplay Tag item identification for shops.
- Full technical documentation included
NOT IN V2 (planned):
- Equipment panel UI,
- Loot boxes,
- Crafting,
- Hunger/health,
- Multiplayer
Demo video: - Watch the Inventory & shop system demo V2 here...
Documentations: - The Docs