Blending animation with Gameplay tags

I was wondering whether it is possible to blend by gameplay tag instead of blending with enums in the anim graph? As far as I can tell this is not possible which is a shame. We are using gameplay tags extensively in the gameplay logic for which weapon is being used etc, but there is no way to use this information to determine which animations to play at runtime. Unless we create a gameplay tag to enum converter of some sort. Is there a method to use gameplay tags for blending that I may have missed or is this not possible whatsoever?

Would be nice to be able to, gameplay tags are great but still lack a lot of features. In the meantime a datatable could probably be used pretty well to convert tags to something more useable, like enums.

Hopefully Epic keep working on the gameplay tags and we’ll have this feature soon.