Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandSetStereoViewport |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetStereoViewport : public FRHICommand< FRHICommandSetStereoViewport, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandSetStereoViewport
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FORCEINLINE_DEBUGGABLE FRHICommandSetStereoViewport
(
float InLeftMinX, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LeftMaxX | float | RHICommandList.h | ||
| LeftMaxY | float | RHICommandList.h | ||
| LeftMinX | float | RHICommandList.h | ||
| LeftMinY | float | RHICommandList.h | ||
| MaxZ | float | RHICommandList.h | ||
| MinZ | float | RHICommandList.h | ||
| RightMaxX | float | RHICommandList.h | ||
| RightMaxY | float | RHICommandList.h | ||
| RightMinX | float | RHICommandList.h | ||
| RightMinY | float | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |