Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetStereoViewport
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetStereoViewport : public FRHICommand< FRHICommandSetStereoViewport, FRHICommandSetStereoViewportString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | LeftMaxX | |
![]() |
float | LeftMaxY | |
![]() |
float | LeftMinX | |
![]() |
float | LeftMinY | |
![]() |
float | MaxZ | |
![]() |
float | MinZ | |
![]() |
float | RightMaxX | |
![]() |
float | RightMaxY | |
![]() |
float | RightMinX | |
![]() |
float | RightMinY |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandSetStereoViewport
(
float InLeftMinX, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |