IXRTrackingSystem::GetStereoRenderingDevice

Access Stereo rendering device associated with this XR system.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h

Include

#include "IXRTrackingSystem.h"

Syntax

virtual TSharedPtr< class IStereoRendering, ESPMode::ThreadSafe > GetStereoRenderingDevice()

Remarks

Access Stereo rendering device associated with this XR system. If GetHMDDevice() returns non-null, this method should also return a vaild instance.

Returns

a IStereoRendering pointer or a nullptr if this tracking system does not support stereo rendering.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss