How to refresh inventory widget without open\close inventory?

Hi) how i can refresh inventory widget (item list, how many items in stack) without open\close inventory)
something like call “event construct” after add\delete item?

like almost any game that have inventory))

Make a function to “refresh” your inventory based on your inventory data and call it every time a change happens, like dropping, stack splitting, etc…

ty) i make custom event inside inventory widget “refresher” and fire them from MyChar at the and of adding item to array)

if some one need it - this is a pic)

it’s very help)