How to make button dissappear when clicked?

Simply i know but forgot how to do it, i have this onclicked event and nothing wired to it atm, how do i get so when the button is clicked, it disappears.

In the Event Graph, use the Set Visibility node and plug in the button. Leave the bool unchecked.

Hey thanks it worked, but when i set it to “hidden” the button disappear however, there’s another button that goes along with it, which i dont want.

You should be able to do the same with any of the components

Is the other button a child of the one you made disappear?

Yes i understand but what im asking is that i have 2 buttons one called “button_109” and the other “button_81” i did the set visibility for 109 but it effects the other button as well so when i click button_109 BOTH buttons disappear for some reason i just want button_109 to disappear

I believe so when i go over to my widget and it shows both the buttons and i head over to graph and it only shows “OnClicked_109” nothing about the other button which im confused about

Are both buttons available as object options on the left when in the event graph? You might just have to set your button to off on visible and the other one to on on visible

Hello, here I finally got the screen shot, this is what im dealing with button_209 seems to effect button_81

Also only button_209 is in the event graph so thats the reason but why?

lol i just figured it out, i had to add onclicked for the other button i did the same thing, set visibility but for some reason it does the same thing, i hit one button both disappear. I want just the one button to disappear not both!