Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
Description
Access Stereo rendering device associated with this XR system. If GetHMDDevice() returns non-null, this method should also return a vaild instance.
| Name | GetStereoRenderingDevice |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
virtual TSharedPtr< class IStereoRendering, ESPMode::ThreadSafe > GetStereoRenderingDevice()
a IStereoRendering pointer or a nullptr if this tracking system does not support stereo rendering.