I want to detect and get the button’s style when clicked on the button. At the moment I am doing this to call “OnButtonClicked”, but I am not getting the right button’s reference.
Hi, Do you put all info on each button when you creating them ? Look at mine how I set them. I’m adding all the info that i’ll need later for each button when a create them. So you can use the OnClicked Event and you’ll get the right info on each button
Thank you so much for pointing me in the right direction, your solution couldn’t be applied to my case but you helped me understand where I had to make changes!
Also thank you for showing me that the “Named slot” widget exists, I didn’t know about it and it would have been very useful in my past projects!