Navigation
Unreal Engine C++ API Reference > Runtime > RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetViewport
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetViewport : public FRHICommand< FRHICommandSetViewport, FRHICommandSetViewportString__LINE__ >
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | MaxX | |
![]() |
float | MaxY | |
![]() |
float | MaxZ | |
![]() |
float | MinX | |
![]() |
float | MinY | |
![]() |
float | MinZ |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRHICommandSetViewport
(
float InMinX, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Execute
(
FRHICommandListBase& CmdList |