InventorySystemCPP icon indicating copy to clipboard operation
InventorySystemCPP copied to clipboard

UE4 Inventory System project developed essentially on C++.

Results 3 InventorySystemCPP issues
Sort by recently updated
recently updated
newest added

* 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.

documentation

Replace this LocalNumber param with an actual Slot is NativeFrom Enum UFUNCTION() void SetMenuOptions(uint8 LocalNumber); from W_SlotDropDownMenu class

documentation