Calculate Direction Node Problem

Calculate direction node gives an output of 90 even when the player is standing still. I’m using this output for a blendspace. It should give an output of zero when the character isn’t moving. How can I fix this?

This is my graph

Thank You.

The value when the player isn’t moving is irrelevant, since you won’t use the blendspace until the character starts moving. As long as it gives the correct angle when you’re moving the idle value can be anything.

Yeah, I figured that much after posting this question here… Sorry I forgot to update this thread… But thanks anyways for the answer.
Cheers.

I had same problem…
DId you solve this?..
If you fix it, can you give me hint?..

I’m having a problem with my direction being 90. The value when the player isn’t moving is important…it can be used to drive cover animations for instance i.e. which way should pawn be looking while stationary, over left or right shoulder? etc…If anyone can help or point in the right direction that would be great.

I got around my issue by simply passing the move right axis value where the direction won’t suffice