Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IHeadMountedDisplay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawHiddenAreaMesh
(
FRHICommandList& RHICmdList, |
Optional method to draw a view's hidden area mesh where supported. | IHeadMountedDisplay.h | |
virtual void DrawHiddenAreaMesh
(
FRHICommandList& RHICmdList, |
Optional method to draw a view's hidden area mesh where supported. | IHeadMountedDisplay.h |
DrawHiddenAreaMesh(class FRHICommandList &, int32)
Description
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.
| Name | DrawHiddenAreaMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h |
| Include Path | #include "IHeadMountedDisplay.h" |
virtual void DrawHiddenAreaMesh
(
class FRHICommandList & RHICmdList,
int32 ViewIndex
) const
DrawHiddenAreaMesh(class FRHICommandList &, int32, int32)
Description
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. Supports instanced rendering.
| Name | DrawHiddenAreaMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IHeadMountedDisplay.h |
| Include Path | #include "IHeadMountedDisplay.h" |
virtual void DrawHiddenAreaMesh
(
class FRHICommandList & RHICmdList,
int32 ViewIndex,
int32 InstanceCount
) const