How to convert TBaseDynamicDelegate To ...?

I want to bind a delegate to the OnClick event of a UButton.

Something like that:

The point is that the types of delegates seem to be not compatible.

Is there a correct way to do the type conversion?
Or some way to bind the delegate to the button event?

Thank you so much!!

ok, I got it to work… it was easier than I imagined… nor was it necessary to make conversions between unpronounceable types.

Thanks Epic!!