How to teletransport my pawn?

You can use Teleport:

Or SetActorLocation instead.

If you use teleport, make sure the destination point is clear of obstacles, otherwise, it won’t teleport. This is not a problem if you use SetActorLocation.