Invetory count increase with same item

Hello,

As exemple i prepared a sword as a pickup runtime item, the problem is that everytime i loot the same sword the count increase with 1

1701542654936.png

the problem the sword dispear when i loot it a second time but the animation of swrd still on, i don't know exactly how this happens ?

thank you in advance for your help.
 
I'm sorry if this doesn't answer you question, I might need a bit more context here.

If I had to guess what you want is not having the count increase but instead have two unique swords.
For that you must set you Sword ItemCategory to unique and Mutable in the UIS Editor window within the ItemCategory tab.

Make sure to read this page and understand what are unique and mutable

This will ensure that when you pickup a second sword it will create another unique sword item instead of increasing the count here.
 
Top