Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IHeadMountedDisplay
Deprecated * Use IXRTrackingSystem::OnBeginRendering_Renderthread instead
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h |
| Include | #include "IHeadMountedDisplay.h" |
virtual void BeginRendering_RenderThread
&40;
const FTransform & NewRelativeTransform,
FRHICommandListImmediate & RHICmdList,
FSceneViewFamily & ViewFamily
&41;
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.