IHeadMountedDisplay::BeginRendering_RenderThread

Called just before rendering the current frame on the render thread.

Windows
MacOS
Linux

Deprecated

  • Use IXRTrackingSystem::OnBeginRendering_Renderthread instead

References

Module

HeadMountedDisplay

Header

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

Include

#include "IHeadMountedDisplay.h"

Syntax

virtual void BeginRendering_RenderThread
(
    const FTransform & NewRelativeTransform,
    FRHICommandListImmediate & RHICmdList,
    FSceneViewFamily & ViewFamily
)

Remarks

Called just before rendering the current frame on the render thread. Invoked before applying late update, so plugins that want to refresh poses on the render thread prior to late update. Use this to perform any initializations prior to 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