Common Button Base, OnPressed, OnReleased events. Common UI Plugin,

Hey!

Im trying to expose the OnPressed and OnReleased events from the CommonButtonBase to a blueprint version.
But it seems like all button actions are exposed except these two.
Which seems really weird to me.

I made it work for the mouse by making a C++ class inherit from CommonButtonBase and getting the rootwidget which is the button and then binding to the OnPressed and Released events.

The only problem then is for the button Action that Common UI uses, these events are not triggered.

I tried using the OnActionInProgress and OnActionComplete to trigger the on pressed and released but that didn’t work properly.

Am i missing something maybe? :stuck_out_tongue: