Move player's character automatically

Hi!

I’m trying to move Player’s character automatically to a location when the player enters into a room: first I disable player input and then move it to a location.

To do that, I’ve tried the following code inside the Player Controller class:

But it doesn’t move at all.

The target location is: X=1190.366 Y=33.778 Z=-0.500

The player location is: X=772.423 Y=89.376 Z=91.650`

By the way, I’m using the Third Person template from Unreal.

How can I move the Player’s character?

Thanks!

Did you remember to add the NavMesh?