Get new rotate forward

hey guy this is my problem i got a system to make forward and rotate and keyboard button but the problem is when i rotate to 45 degree it dont want to go in that new direction

this is a system for turn based game

forward on 0 degree i need to get rotate on 45 degree and move forward on 45 degree

- YouTube a video to the problem thanks in advance !

In your “vector+vector” nodes instead of only using the X coordinate you should use your desired vector (in your case one at 45 degrees).

You can use “Get Controller Rotation” → “Get Forward Vector” and use this in your “vector+vector” nodes. (Don’t forget to multiply the Controller Forward Vector by your MoveSpeedForward)

dont seem to work can you show the exemple ?