"Failed to initialize LibOVR" error when launching the editor without OVR SDK

UE - Platform - XR - Dec 13, 2016

REGRESSION Yes, did not occur in //UE4/Main at CL 3231640. When launching the editor without having the OVR SDK, user receives a "Failed to initialize LibOVR" error message with CAPI Error: -3001. ...

Crash when launching Google VR project

UE - Platform - XR - Dec 12, 2016

Attempting to launch a packaged Google VR game on android causes the game to crash. This has occurred on two other devices. This occurs in Main as well as Dev-VR. ...

Switching to different modes in the Modes panel causes PIE to take input from a connected VR headset for the Y axis camera movement

UE - Platform - XR - Dec 9, 2016

If a VR headset is connected, it will be used for Y axis camera input in PIE if you have switched to and from the Landscape tab in the Modes panel. You can fix this temporarily by reopening the edit ...

Crash with Gear VR when using splash screen

UE - Platform - XR - Dec 5, 2016

Crash with Gear VR when using splash screen. The app appears to crash when trying to call the splash screen. ...

Crash in Forward Renderer DX11 RHI Impl when using VR PIE

UE - Platform - XR - Dec 4, 2016

// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...

Set splash screen does not appear to work on the Vive

UE - Platform - XR - Nov 30, 2016

Set splash screen does not appear to work on the Vive. The splash screen is not shown and the player sees the waiting room ...

Setting world scale appears to affect the distance between eyes in VR

UE - Platform - XR - Nov 21, 2016

The "Set world to meters scale" node appears to affect the distance between eyes in VR. The eye gap distance appears to grow larger as well making everything appear out of focus ...

Calling SetTexture on StereoLayerComponent causes crash on GearVR

UE - Platform - XR - Nov 18, 2016

If you have a StereoLayerComponent drawing a quad, and you call Set Texture to change the texture for the stereo layer component to a different texture, the app will crash when using Gear VR. ...

Scale of the parent of a Motion Controller Component is ignored

UE - Platform - XR - Nov 17, 2016

Seems like although you can set a scale on a MotionController component, the scale of the parent of the motion controller component is ignored. ...

Oculus mirror window goes black when headset removed for any mirroring mode besides 0

UE - Platform - XR - Nov 16, 2016

If using any hmd mirroring mode besides 0 on Oculus, when the headset is removed, the mirroring window goes black in a packaged build, or in -game, for example: UE4Editor.exe VrTemplate4x15 MotionCo ...