[UE5.2] why Try Activate Abilities by Tag not working

Hi, I’m learning Gameplay Ability. But Try Activate Abilities by Tag seem like not working.
My BP is this:

Gameplay Ability has same GameplayTag:
image

Anyone know where could be wrong? thanks

1 Like

TryActivateAbility(), if the input tag container contains more than one tag then the target ability must also contain those same tags. If the input tag container contains a general tag that covers more than one ability then it will activate all the abilities covered by that general tag.

I tested and seem working. did you commit ability in the GA?

wow didnt realize it was 2 years ago

I did not need CommitAbility because that has to do with attribute cost and cooldowns.