This post has steps for accessing a variable in your character/pawn BP from your animation BP:
The example uses “Get Pawn Owner” and casts to the specific Character BP from there. If that’s failing for some reason for you (I don’t think it should…), I would try ‘Get Owning Actor’ as mentioned above.
Hope that helps!