how to hold the button after clicked on

please help how to hold the button after clicked on (turn red button) and when you click again back to grey , similar to the image
Capturehh-1.jpg

I am not sure what you are trying to achieve, but you could make a boolean, like isClicked, then check if it’s true, if true make it false and make the button gray, if false make it true and set it to red.

yes you are correct thats what im trying to achieve, please show me sample simple blueprint …thank you in advance

Sure thing. There you go:

The (Un)ClickedButtonStyle is variable of type “Button Style”.

Then you need to configure the 2 styles (red/gray or whatever you want) like this(Bottom-left corner):

If you have any other question let me know.

thank you it woks …and thank you the sample blueprint.

You are welcome. Good luck with your project.