How to control speed with SimpleMoveToActor?

Hello, how can I control speed with SimpleMoveToActor / SimpleMoveToLocation ?

I have a NPC which moves towards player on Tick event, but it really comes too fast to the player. How can I control that ? Thanks for any help

You have to change the “MaxWalkingSpeed” variable which is part of the CharacterMovementComponent.

Thank you !