Is it possible to bind a delegate with return values to a blueprint function?

I have a function defined in C++ where I can bind a delegate defined with DECLARE_DYNAMIC_DELEGATE_RetVal_TwoParams

Is it possible to bind this to a function in blueprint? When I try it I can make a custom event bound to it, but that doesn’t match since you can’t return values with it.

Thanks