Gameplay Ability System

Unreal Engine’s Gameplay Ability System (GAS)

Applying Gameplay Tags from SourceObject into Effect Spec

In my game, i wanted to grab Gameplay Tags from the source object if possible, and apply them into the captured tags of the Gameplay Effect Spec. With this in mind, i went searching through the system, and found the following function gets called UGameplayAbility::ApplyAbilityTagsToGameplayEffectSpec. I was like great that is exactly what i need, Applying Gameplay Tags from SourceObject into Effect Spec