Simple animation blueprint problem?

Hello guys,

I am new to blueprints. I am recreating the Third Person Template. I believe that there must be some small detail I am missing and I get an error. Here is my Event Graph:

Here is my Anim Graph:

Here is the error message I receive:

Any suggestions how to fix this? I tried finding a similar problem in the Answer Hub, but I couldn’t find an answer. It seems my Pawn Owner is null ?

You don’t need the second GetOwner, try removing that and plugging GetVelocity into TryGetPawnOwner.

Oh man, thanks. I didn’t even notice it. It fixed the problem right away. What a silly mistake, I guess I need a break. Cheers.