Ok so I am trying to make it so when you click on an object, a little quiz pops up. I am making the quiz work by swapping the buttons and images when you click the buttons so I don’t have to make a bunch of widgets. Although I haven’t gotten very far because the first button sometimes works and most of the time doesn’t. I press play and sometimes it works like a button. I press play and most of the time it blinks while I am hovering over it, making it impossible to click it. But still clickable if you click at the right time.
So I will have 2 images. One is showing how I made it so I can click on actors and the other is how I am making the quiz widgets showing up. The code in these images are in the level blueprint.
I have tried swapping out the widget with a widget that works and I still run into the same problem so I am pretty sure it is not the widget itself. Maybe I should use a Remove Parent node instead of a Remove All Widgets node but I don’t know what the target would be. How to call the current widget to remove it. And I think they are the same but I am not sure.
Anyways how do I make it so I can click on an object, a widget pops up creating a quiz with buttons that can be clicked?