IHeadMountedDisplay::DrawHiddenAreaMesh_RenderThread

Optional method to draw a view's hidden area mesh where supported.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

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

Include

#include "IHeadMountedDisplay.h"

Syntax

virtual void DrawHiddenAreaMesh_RenderThread
(
    class FRHICommandList & RHICmdList,
    EStereoscopicPass StereoPass
) const

Remarks

Optional method to draw a view's hidden area mesh where supported. This can be used to avoid rendering pixels which are not included as input into the final distortion pass.

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