Components - Handling delegates with return values between c++ and blueprints

I am running into the same issue. I’d like to have the owning Actor modify a damage float via a delegate instead of using interfaces. Looks like return values are still not available for these type of delegates in Blueprint…