Call a button's Click event in blueprints

Super simple.

All you need to do is assign a custom event to the function on top of it’s OnClick. Then use that reference to call the custom event.

Clicking the button will activate the print.

Calling TriggerSuperAwesomeFunction will activate the print.

Both do the same thing, custom event can be called from the reference.

1 Like