Use:
TSubclassOf<UAblAbility> MyReferencedAbility;
That’s actually how the Play Ability Task works under the hood. Since they’re all classes under the hood, you can just reference your Ability that way.
Use:
TSubclassOf<UAblAbility> MyReferencedAbility;
That’s actually how the Play Ability Task works under the hood. Since they’re all classes under the hood, you can just reference your Ability that way.