|
result = xrEnumerateViveTrackerPathsHTCX(m_xrInstance, allViveTrackerPaths.Num(), &nPaths, allViveTrackerPaths.GetData()); |
I was wondering why calling xrEnumerateViveTrackerPathsHTCX but not using the result.
also, wondering if it is intentional the event XR_TYPE_EVENT_DATA_SESSION_STATE_CHANGED (18) is ignored in OnEvent()
openxr_engine_plugins/unreal_engine/ue4/OpenXRViveTracker/Source/OpenXRViveTracker/Private/OpenXRViveTracker.cpp
Line 200 in 272c147
I was wondering why calling xrEnumerateViveTrackerPathsHTCX but not using the result.
also, wondering if it is intentional the event XR_TYPE_EVENT_DATA_SESSION_STATE_CHANGED (18) is ignored in OnEvent()