So, I’m trying to Blueprint a button that displays another button upon click, however removes itself to display the other button.
I’ve tried “removing” the first button to display the second button on-screen, but that doesn’t seem to work.
An alternate solution would be to change the line of text within the button to display a new line of text, and after clicking the button a second time moves onto the next screen, but I haven’t found a way to do that either.
Hi!
In the designer set the Visibility of your button Hidden
Create an on clicked event for your first button, the get the otther button, and use the set visibility node to change it to visible, and use anther set visibility to hide the first button
I hope it helped