Class for an All Call Function

Hello,

I created a class (Blueprint Function Library) which can be called from all different blueprints.
Thing is, we now want to add functionality which requires an event dispatcher to be called, and BP Function Library doesn’t support event dispatchers.

We are looking for a solution regarding creating a different class, which can handle event dispatchers, and can be called directly from all Blueprints.

Any recommendations?

Thank you.