Able Ability System Info and Support Thread

Are you saying you have it setup “UAblCustomTask -> MyCustomTask -> MyCustomTaskChild”?

I could see that potentially failing? I’m not sure what UE does under the hood for childs of BlueprintImplementable functions. It may be as simple as marking the BlueprintImplementable methods in UAblCustomTask as virtual (and hope that flag persists in child classes).