Complete Inventory

MorningstarMagic - Code Plugins - Jun 1, 2023

C++ Inventory utilizing drag and drop. Includes item pickup, dropping and implementing stats. Supports bags and is network replicated.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Complete Inventory adds all the necessary features of an inventory system to your project. Interaction is based on dragging & dropping items and includes everything from merging to custom splits. This plugin also implements cross-inventory interaction, loot containers, bags and more. Everything is replicated and ready for multiplayer!

Playable Demo
Documentation
Discord Support

Items are based on a custom C++ structure and their creation and editing is done within a data table. Design all kinds of items, from equipment items to consumables. Specify item names, maximal stacks, descriptions and more!


Specify what happens when an item is used and how much you want to decrease its stack by. Use methods can be defined in C++ or in blueprints, pick whichever route you want to go with


Expand, shrink or add custom equipment slots to any given inventory, even at runtime! Every inventory can be customized on a per-instance basis which also includes custom bags


Widgets are created in C++ and their functionality is intended to be there, while editing how they look can be done in UMG as well. This allows you to freely customize all widgets, all without the fear of accidently breaking something!


Textures used in this plugin are free for distribution and come from the following websites:


Plugin Dependencies:

  • EnhancedInput

Technical Details

Features:

  • Data Table Design for Items
  • Moving/Swapping/Splitting/Merging/Equipping Items
  • Stackable Items
  • Using Items
  • Custom Bag Items
  • Stat Creation (Health, Armor, Critical Chance etc..)
  • Items Support Different Meshes
  • Item Tooltip
  • Inventory Currency and Item Values in Coins
  • Interaction Between Multiple Inventories
  • Dynamic Inventory Size (Changeable at Runtime)
  • UI Hotkey Setup (Dropping/Using/Transferring/Halving Items)
  • Easily Expandable to Other Systems (Shops, Looting etc..)


Code Modules:

  •  CompleteInventory [Runtime]


Number of Blueprints: 15

Number of C++ Classes: 12

Network Replicated: Yes

Supported Development/Target Build Platforms: Only Win64 officially supported, but all should work

Documentation: Link