在GA中添加Tag-GetDynamicSpecSourceTags().AddTag(NewTag)

在GA中添加Tag-GetDynamicSpecSourceTags().AddTag(NewTag)
GetDynamicSpecSourceTags().AddTag

example:
FGameplayAbilitySpec AbilitySpec = FGameplayAbilitySpec(AbilityClass,1);
AbilitySpec.GetDynamicSpecSourceTags().AddTag(NewTag);
其中AbilityClass是GA的Class