All my Gameplay Ability System looping GameCues are broken moving from 5.2->5.3. The Ability system functions correctly otherwise, including Adding looping gameplay cues. But any remove operation fails to remove the gamecue.
I have tested it through Blueprints using the Add GameplayCueOnActor (looping) node, paired with the Remove GameplayCueOnActor, and the Ability Node ‘Add GameplayCueToOwner’. Even using the ‘Add GameplayCueToOwner’ with the option to Remove onAbility End, also does not work.
I have also called these functions directly from code and traced through it and it is the same result. I can add them but any attempt to remove them fails.
My project is a Lyra 5.3 based project and I have not tested it on a non Lyra based project yet.
Anyone else run into this on upgrade to 5.3 or any suggestions what might be causing this?
Thanks.