VR Template Only Teleport on One Hand?

Hi All,

I want to use the Right hand for VR teleportation in the template, and the other dedicated to different commands, is there a way to do this? At the moment both hands teleport.

Thanks

There are several ways to go about this. The VR Template is set up to handle several input bindings by default. If you go into your Project Settings → Engine → Input you should find your Action and Axis mappings there. You should start by removing or renaming the hand you don’t want to teleport.

This input will call an action on the Controlled Pawn. By default it should be the “MotionControllerPawn,” your controlled pawn in the scene. If you edit the Blueprint, you should find “InputAction TeleportLeft” exists and handles the teleportation functionality. Here is where you will want to change the functionality into your own desired actions/events.

Hope that helps!

I didn’t think about the axis mapping for some reason!! Thanks so much Darkwind, thats a perfect answer!