Vehicle Camera Not Rotating Properly Based on Movement Direction in UE5

You’re applying a world vector in the camera’s relative space so that’s not going to work. You can Inverse Transform Direction / Rotation from world to local. And, as mentioned above, this should Tick.