Inventory Buttons UMG

Hello,
If you haven’t store last selection the way to unhighlight is to loop all buttons, set them unhighlighted and then highlight the new selected button. Or you can store your selected button and on click compare if clicked = selected. If not you unhighlight selected, set selected with clicked and highlight selected.