How to disable Topdown template character starting to move slow and turning weirdly

Hi everyone,

I’m new to UE5, coming from UE4.26. Starting a new project from TopDown Template.

I have this problem that the character, when clicking ground, starts running slow, while in UE4 topdown template the character started running at full speed on a click. Also the character’s rotation when clicking again in a new direction seems weird and popping.

I looked at the code but it seems to come from the Simple Move to Location node, like it’s standard encoded in that node now.

I really want instant reaction of the character, immediately running at full speed and just turning instantly in place when clicking in another direction, since it’s for a fast-paced action rpg.

Anyone knows how to solve this?

Thanks in advance!