How to hide show objects by widget?

I have success doing it this way. Where are you calling the action? If it’s outside the blueprint with the cloth you’ll need to cast to it first…

Maybe the problem is that your BP never receives any input.
Try enabling ‘Auto Receive Input’ in your BP and maybe even add a Print String to check if pressing B is working.

image

1 Like

@Pantoth Yes, now it’s working. thank you, thank you, sir!
@Humanasset thanks to you too for the tips :heart:

1 Like

Hi, I want to make a menu with buttons and when I press one, an object it appears and when I click on it again, it disappears. How can I do it? can anyone help me?