JumpForce replicated ability task not always cleaned up properly

UE - Gameplay - Gameplay Ability System - Jul 19, 2024

See [Link Removed] for original report.  UAbilityTask_ApplyRootMotionJumpForce has a slightly different flow than other Root Motion Source ability tasks. It is the only one that allows EndTask to b ...

Lyra: GA_Melee uses disallowed NetMulticast RPC for melee impact sound

UE - Gameplay - Gameplay Ability System - Jun 13, 2024

The melee gameplay ability GA_Melee uses a NetMulticast RPC which isn't allowed and causes a blueprint validation error: GA_Melee.uasset: Gameplay Abilities are not replicated to Simulated Proxies ...

Gameplay Tag Query on Actor Component cannot be editted normally on instances

UE - Gameplay - Gameplay Ability System - May 23, 2024

A GameplayTagQuery in an ActorComponent cannot be properly edited on instances of an actor with said component. There is a workaround, but the issue makes editing Tag Queries rather annoying, doubl ...

GAS PlayMontageAndWait: Server applies root motion with wrong scale at last montage tick

UE - Gameplay - Gameplay Ability System - Apr 3, 2024

User reported: when playing an AnimMontage via GameplayAbility with the PlayMontageAndWait ability task that has a custom value for AnimRootMotionTranslationScale, (dedicated) servers can apply an i ...

Gameplay Effects can hold stale references to GameplayTags when switching Gameplay Effect Component type

UE - Gameplay - Gameplay Ability System - Jan 9, 2024

Gameplay Effects can hold stale references to Gameplay Tags when the adding component is switched for a different type. The tags are serialised, and their presence can be confirmed with Reference Vi ...

GAS: FGameplayAbilitySpecHandle lacks invokable serialize function

UE - Gameplay - Gameplay Ability System - Dec 15, 2023

FGameplayAbilitySpecHandle is a struct that can be replicated by-design to identify a granted GameplayAbility in server-client communication. This works fine with default struct replication using FR ...

Gameplay Ability Component Montage Replication incorrectly handles cyclic animation sections

UE - Gameplay - Gameplay Ability System - Dec 4, 2023

In AbilitySystemComponent_Abilities.cpp, the check for the client being on a different section on line 3059 checks that the RepNextSectionID is not the current section. One would assume this is beca ...

Gameplay Cue Notify Paths in Game Feature Modules don’t work when written in the ini file, only when added via AddGameplayCueNotifyPath()

UE - Gameplay - Gameplay Ability System - Dec 4, 2023

The gameplay cue may work fine the first time. If this is the case, then relaunch the editor. It should then be broken, as the tag is no longer loaded after its creation. ...