First off your Anim BP Event graph should start like the following.
BP Initialize is where you create a reference to your Character Class and its movement component.
On the Update Animation, after validating the character reference is set, you’d use the Character Ref to get the Actor Component then its current tag… set as needed.

