When I tested the VR template project of UE4, my handle controller could not be positioned properly. If any key is pressed on the left handle, the left handle will be repositioned, and the right handle will lose its positioning.If right handle presses any key, right handle can position left handle to lose position. Somebody help me
add this line <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" android:version="1" /> to your permission file if you had one.