Binding variables to gameplay tags

Hi I am not sure if you are still looking for a solution but I managed to implement a fully compiled Lyra Starter Project GAS with Property Mapping, working on 5.2.1, which is what you were interested in.

I was getting sick and tired of Lyra’s Team Component Interface and restrictions so went on a deep dive. Only been programming for 2 month with UE5 though used to be a programmer 15 years ago. I cannot create UE5 C++ code yet but I can at least read it. Going to install GITHub and load it in after some testing but I do have the option to bind variables in my Anim Blueprint. The key is set up GAS and then create and “LyraAnimInstance” off of AnimInstance and add the property mapping to it. Took me 3 weeks.