Drag-and-Drop Inventory System
v4.0
Last updated
Was this helpful?
v4.0
Last updated
Was this helpful?
The Drag-and-Drop Inventory System, is an add-on system for implementing visual "Drag and drop" inventories into your project. An "Inventory" in this sense can be anything that holds items on a visual grid, where each item has a physical height and width value that it uses on the grid.
Players can "pick up", move and drop objects in various ways, including with other inventories, passing objects from player to player, or even throwing them into the 3D world.
Designed to be highly flexible, the system functionality are built in and made available to you. This module does not force you to change your project to fit its structure, beyond adopting the use of a visual inventory, so some additional coding will be required to integrate the Inventory module into your project.
To make use of the Drag-and-Drop Inventory System, some setup is required.
Refer to the Party Based RPG demo game for reference and examples.
If you are using GameModulesActor
as the base class for your Actor class, switch to GameModulesInventoryActor
instead! The "Inventory" version inherits from GameModulesActor
, and adds additional methods to work with the Drag-and-Drop Inventory System.