Move Player just like as moving NPC

Hi!
i’m looking for a way to move my player just like the same way as i move my NPC with AIController…

Sometimes i want my player to be controlled automatically without the posibility user control him… e.g. for a small cinematic …

AIController::MoveToActor does the job very well for NPC, but there is not MoveToActor for APlayerController, is there any way to acchieve this?

Thanks

That is exactly how the player character is moved in the Top-Down template (UE 4.27):

Most of the AI movement modes are available in the Character subclass of Pawn.
If your player Pawn is a Character (or subclass) you can use those functions.