Like the title says, i have 2 editor utility widgets, one that acts as the parent and another that’s just a button with some text on it, on creating the parent widget several versions of the button are added to the parent under a scroll box. Now when I select the button I want the selection to be saved and for the button to change color, then after choosing another one in the list it’ll deselect the previous one.
The main issue is that I don’t know how to go about editing the buttons once they are added to the parent widget or how I should automatically do it on the backend of the button, I’ve managed to get them to change on being pressed, but having the buttons detect if each other are selected is where I’m really struggling.
Please find below all the relevant images of the UI, and the only bps I’ve added: