ItemSlotCollectionView.AddItem return value

Zaddo

Active member
Should the ItemSlotCollectionView AddItem method return the addedItem variable?

I might be misunderstanding this. But I think it should return the newly added item, not the parameter that was passed in?


1668807915340.png
 
You are correct this is a bug.
It should be returning addedItem.

And it looks like it was already the case in my project. So it's possible you do not have the latest version of UIS
 
Top