This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.
A user reported that the FOculusRiftHMD::EnablePositionalTracking() function is missing a call to UpdateHmdCaps() so that the status of the HMD is correctly updated.
The user's suggestion for this function is:
bool FOculusRiftHMD::EnablePositionalTracking(bool enable) { #ifdef OVR_VISION_ENABLED bHmdPosTracking = enable; UpdateHmdCaps(); //This is needed so the HMD correctly updates it's status return IsPositionalTrackingEnabled(); #else OVR_UNUSED(enable); return false; #endif }
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Platform - XR |
---|---|
Affects Versions | 4.6.1, 4.8 |
Created | Feb 26, 2015 |
---|---|
Resolved | Apr 3, 2017 |
Updated | Apr 27, 2018 |