Event Blueprint Update Animation Only Called at Start

I have a tree that tries to get the velocity of the actor that it’s attached to. However this is only called at the beginning of play. It is a blueprint animation and is hooked up to Event Blueprint Update Animation, which is being called from a blueprint player pawn. I need to do the same thing with angle as well.

At the start of the game, I get one “0”.

Thank you in advance.