IXRTrackingSystem::OnLateUpdateApplied_RenderThread

Called just after the late update on the render thread passing back the current relative transform.

Windows
MacOS
Linux

Override Hierarchy

IXRTrackingSystem::OnLateUpdateApplied_RenderThread()

FHeadMountedDisplayBase::OnLateUpdateApplied_RenderThread()

References

Module

HeadMountedDisplay

Header

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

Include

#include "IXRTrackingSystem.h"

Syntax

virtual void OnLateUpdateApplied_RenderThread
(
    FRHICommandListImmediate & RHICmdList,
    const FTransform & NewRelativeTransform
)

Remarks

Called just after the late update on the render thread passing back the current relative transform.

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