Hi everyone, I’m trying to make a VR game where you can grab a steering wheel with two hands and rotate it to change the roll and pitch of the player ( for a flight simulator type game )
There’s very little information on the internet on how to grab the same item with 2 hands in VR, and the tutorials that do exist only seem to work for guns or not at all.
I am able to grab the wheel and snap the hand to the correct area, but when I grab with a second hand it automatically snaps to the new hand that grabbed it and releases from the first hand.
How do I get the item to be held using both hands at the same time? I’m using the default VRpawn from the VRTemplate in UE5.2.
Thanks!