FRHICommandSetStereoViewport

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandSetStereoViewport

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHICommandList.h

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

float

 

LeftMaxX

Public variable

float

 

LeftMaxY

Public variable

float

 

LeftMinX

Public variable

float

 

LeftMinY

Public variable

float

 

MaxZ

Public variable

float

 

MinZ

Public variable

float

 

RightMaxX

Public variable

float

 

RightMaxY

Public variable

float

 

RightMinX

Public variable

float

 

RightMinY

Constructors

Name Description

Public function

FRHICommandSetStereoViewport

(
    float InLeftMinX,
    float InRightMinX,
    float InLeftMinY,
    float InRightMinY,
    float InMinZ,
    float InLeftMaxX,
    float InRightMaxX,
    float InLeftMaxY,
    float InRightMaxY,
    float InMaxZ
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

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