reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
35 stars 16 forks source link

[dev] Nested Gameplay Tags Add/Remove Bug #98

Open reznok opened 1 week ago

reznok commented 1 week ago
          ![image](https://github.com/user-attachments/assets/33b9f429-d23a-46af-b55b-2cc43212d505)

Bringing this over from discord to ensure vis and in case someone has the chance to look into it.

Replicable in fresh project. An issue occurs when nested gameplay tags are granted and removed with effects. The effects are removed, but the granted tag is not removed correctly. In the screenshot scenario, State.Test granted tag is never removed. Having the effects added or removed in different order does not change the outcome.

Originally posted by @Crezetique in https://github.com/reznok/GMCAbilitySystem/issues/95#issuecomment-2472427991