Hey all! I’m dealing with a problem in my inventory widget. I have the array with inventory items that holds UObjects with RowName and Structure(Quantity and other editable stuff).
It all works great except my widget that displays items in array.
Here is how items being added to the ListView.
I believe it should work fine but here’s how it actually works:
2 fixes I found but they don’t fix the whole problem.
- First is to remove function that adds empty slots(it adds 20 empty items so ListView can show empty slots)
- Second is to remove Regenerate All Entries node. Items add to ListView but when it’s about to change the quality of an existing item it does nothing.