Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
Description
Return true if the default camera implementation should query the current projection matrix at the start of the render frame and apply late update. In order to support late update, the plugin should refresh the current projection matrix just before rendering starts. A good point to insert the update is in OnBeginRendering_GameThread or OnBeginRendering_RenderThread.
Note that late projection update isn't compatible with all XR implementations because of projection matrix fetch restrictions.
| Name | DoesSupportLateProjectionUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
virtual bool DoesSupportLateProjectionUpdate() const