mordentral / VRExpPluginExample

VRE Example Template
https://www.vreue4.com
MIT License
217 stars 84 forks source link

Switch L/R controller functions (Move/Turn) #2

Closed Tokusei closed 3 years ago

Tokusei commented 3 years ago

Hi, I would like to swap the navigation controls so that movement is bound to left, turn to right. What would be the most straightforward way of doing this? Can I rewire a couple of nodes in the PawnBP or will it require rewriting the input bindings?

Tokusei commented 3 years ago

Found it. There is a Boolean in the Pawn "bRightHandMovement" if switched to false it will automatically set up left hand movement!