GAS: Async loaded GameplayCueNotify can execute cue events out of order

UE - Gameplay - Gameplay Ability System - Mar 22, 2025

Licensee reported problem via UDN. Context GameplayCues ('cue') are events that can be fired by game code, that are identified via a GameplayTag. Cues can be instantaneous or can be a state on any ...

Crash when editing Gameplay Effect containing a deleted/renamed Gameplay Attribute

UE - Gameplay - Gameplay Ability System - Mar 9, 2025

When modifying the name of a gameplay attribute that is used with a modifier on a gameplay effect, attempting to remove/change the modifier causes an editor crash. This appears to be due to line 29 ...

Regression: Crash when saving the level blueprint of a world-partition map containing any node with an unconnected input pin of type "Gameplay Attribute Structure"

UE - Gameplay - Gameplay Ability System - Feb 19, 2025

In UE 5.5, when the user attempts to save the level blueprint of a world-partition map, the Editor crashes if the BP contains any node with an input pin of type "Gameplay Attribute Structure", as lo ...

(GAS) Block tags are ignored in version 5.5.2 if two abilities share the same parent tags structure.

UE - Gameplay - Gameplay Ability System - Feb 5, 2025

Block tags are not working correctly in version 5.5.2, it was working in 5.5.1. This is caused by a change done in version 5.5.2. The exact CL is: CL 35930696 ...

GAS: GameplayDebugger crashes when AttributeSet has different rep conditions per attribute

UE - Gameplay - Gameplay Ability System - Jan 10, 2025

When using the GameplayDebugger to show GAS debug info, and an AttributeSet has two replicated attributes with different replication conditions, a crash occurs in RegisterReplicatedLifetimeProperty( ...

GAS: OnTagUpdated() not called when calling SetLooseGameplayTagCount()

UE - Gameplay - Gameplay Ability System - Dec 10, 2024

Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...

Lyra: OnSpawn player abilities can fail to activate on client in networked sessions

UE - Gameplay - Gameplay Ability System - Nov 12, 2024

A licensee who built their game on top of Lyra has reported that OnSpawn abilities, which is a feature provided by the LyraGameplayAbility base class via its ActivationPolicy, have a chance of faili ...

Debug display of TargetingSelectionTask_AOE with cylinder is unnaturally tilted

UE - Gameplay - Gameplay Ability System - Oct 30, 2024

The following code fixes the tilt : void UTargetingSelectionTask_AOE::DebugDrawBoundingVolume(const FTargetingRequestHandle& TargetingHandle, const FColor& Color, const FOverlapDatum* OverlapDatum) ...

GAS: Initial OnRep_SpawnedAttributes from DefaultStartingData clears attribute values for already replicated ActiveGameplayEffects

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

Context The property 'DefaultStartingData' in AbilitySystemComponent can be configured from blueprint to spawn default attribute sets. This happens OnRegister. For runtime spawned actors like pawns ...

GAS: Creating an UGameplayEffectUIData blueprint will lead to a failed Data Validation

UE - Gameplay - Gameplay Ability System - Aug 16, 2024

The logic for data validation on UGameplayEffectComponent expects it to be owned by a UGameplayEffect. Any Blueprint derived from UGameplayEffectUIData (child of UGameplayEffectComponent) fails this ...