Why is Get Velocity and Get Control Rotation returning None?

I’m trying to set up animation for a pawn by using a blendspace, but the problem is that the Get Velocity and Get Control Rotation is returning None. The Try Get Pawn Owner returns the name of the pawn, so that’s working at least. What am I missing? Any help would be most appreciated!

So I added a cast to the pawn and I still get None.

Here it is:

try ‘get player pawn’ node instead of ‘try get pawn owner’ then check and see if it works.

Hello OrbitHammer,

Because you need cast to character. As follows.

Can you share screenshot?

If this is the pawn you are using, it needs to work.

But would not it be wrong? Cuz get player pawn only return main pawn. For enemy or ai is return wrong reference.

Make sure you’w selected the correct animation bp to use in your actor bp, after that your setup should work.