moving in vr

hi, I can’t find a tutorial on how to move through the space in project that I made in unreal. But not to teleport. Can you help. Tnx in advance

Hi. Please define “move through the space”

It can be as easy as WASD (third person movement), or do you mean VR locomotion?

Here is something worth exploring. The FirstPerson project template which ships with UE4 is also VR ready. When played it VR it features movements which are not teleportation based like in the VR template.

In particular, you can use the keyboard, gamepad and motion controllers to move around in a classical way. In VR the forward/backward movements and the right/left movements are dependent on the the VR camera rotation. For example, if you push the thumbstick forward you will move in the direction you are point at with your head (aka HMD).

Hope this helps!