Error requested GameplayTag in editor-time code

I finally found the problem and it was right in front of me all the time…

The problem was that the string i used to request the GameplayTag was not formatted.
I used “TagName=“BULogProfiles.Default”” instead of just “BULogProfiles.Default” so that’s why the GameplayTagManager can’t find it… I feel a little bit dumb but I’m happy that my bug is now fixed ! :star_struck:

2 Likes