Not sure how I don’t have that exposed, but I’ll get that in.
Abilities have an OnAbilityFinished method that is called when they complete, there isn’t a C++ delegate. I could add one, but I think the BP will get you everything you need and can be used to call whatever C++ you need (you’d have to exposed that C++ to BP but the cost should be minimal).