Simple Move to Location ignores movement max speed

I have a BP like below:

All I want to do is to smoothly move my player location to the NPC point (Cone). I want to set max speed to some low value but now it behaves very strange as even when I set max walk speed to 0, the character still moves. I’m gonna also rotate chracter to face the NPC but thats another story - what is the current (5.5) most desired solution to that problem?

The above snippet looks fine. I’d search for the issue elsewhere.

it behaves very strange as even when I set max walk speed to 0

What does strange mean here, precisely? How does it behave when you set it to 50? The char should tiptoe slowly to the target location - do they?