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