Free Inventory System - Backend

New version is up. Including an very simple Inventory UI Example. Its basically just displaying whats inside + you can use the items with a rightclick. This UMG example is just barely documentated, because its not on my prioritylist right now, i just added it to showcase stuff a bit and help you guys get an idea of how to use the Inventory System (ill put up some infos here soon). If you got any questions ask them (please dont ask questions like how do i add drag drop and stuff).

Ive added a playercontroller wich you can set in your gamemode for easy demonstration.

Also ive changed alot of under the hood things. The inventory array size is now fixed to the size of the inventory. (This is to be better suitable for a grid system)

I had to split those files from my regular project so if something isnt working as expected please tell me (alot of wires got disconnected and i had to reconnect them again, also my main project got shred:S)

Update: There was an Problem with the “Reorder Inventory” Function wich is now fixed. Just grab the latest version and you should be set