I’ve solved this too. If you are using ue4 VR template, you can just go to IsValidTeleportLocation function on VRPawn blueprint. Just compare the pawn start Z location with the target Z location . In my case, I just set the max distance as 150. So, if the distance more than 150, it’s will not valid teleport location