InventorySystemCPP
InventorySystemCPP copied to clipboard
UE4 Inventory System project developed essentially on C++.
* Change `IniKeyBlacklist` to `IniKeyDenylist` in `DefaultGame.ini` because it is now deprecated. * Update `Target.cs` files to match UE5.4. * Comment unreachable codes because now MSVC complains as `C4702`. *...
W_SlotDropDownMenu has Move option disabled. There is no flow to enable an item movement from one slot to another.
Replace this LocalNumber param with an actual Slot is NativeFrom Enum UFUNCTION() void SetMenuOptions(uint8 LocalNumber); from W_SlotDropDownMenu class