I want to make a highlight around the slot I click in my inventory widget. I can simply put a button under it and change the color but I want it to reset color after clicking another slot. I use a widget bp for slots and multiply them in a slot panel on another widget bp for inventory.
The problem is I am trying to change color from Slot Widget BP. I create an event on click and change the color of the button from transparent to a shiny orange. But after I click another slot I don’t have access to highlighted one to make it transparent again.