Hello alonezhby,
I have a question for you. Is the button that you are trying to make visible set to hidden on the original widget blueprint? If so you will need to set that to visible and then go into the widget that you are using to set the visibility and set it to hidden there. I hope this helps.
Example:
I try to set a button (let us call it button ‘B’) in Widget B to visible when a button (let us call it button ‘A’) in Widget A is clicked.
- I would set Button B to Visible in Widget B
- I would then bring Button B into into Widget A (via the “User Created” feature)
- I would then set Button B inside Widget A to hidden
- I would then go into Widget A’s graph and set up the button click event for Button A to set Button B to visible.
Cheers