Why does my NPC turn at 45 degree angles?

I have created som simple characters that move around in a maze using AI_move_to function. This works great, except that character change their direction in 45 degree steps. How do I change this? Character Movement menu has a rotation rate option, but no matter what values I use it moves in 45 degree steps.

Hey ,

In addition to adjusting rate of rotation, you need to enable Orient Rotation to Movement, which is directly below Rotation Rate in Character Movement Defaults. Then, under Pawn in Defaults, disable Use Controller Rotation Yaw. You should see your pawn rotate more smoothly. You can now adjust Rotation Rate for Yaw and see a difference.

Hope that helps!