How can I interact a button of a widget of another blueprint

I want to get the on click event of a button which in a widget to another blueprint. I was able to get the button from the get button function using the get all widget from class. But I was unable to get the click event of that button to the blueprint. How can I an get that? Can any one give any suggestion on that

Thank for your answer. I get to know these functions. I want to get this for another bp

so on the button ui or whatever is holding the button do a onclick event in the graph

then create a event dispatcher and drag it into the graph and select call and your done

1 Like