Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHICommandSetScissorRect |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetScissorRect : public FRHICommand< FRHICommandSetScissorRect, PREPROCESSOR_JOIN>
Inheritance Hierarchy
- FRHICommandBase → FRHICommand → FRHICommandSetScissorRect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHICommandSetScissorRect
(
bool InbEnable, |
RHICommandList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnable | bool | RHICommandList.h | ||
| MaxX | uint32 | RHICommandList.h | ||
| MaxY | uint32 | RHICommandList.h | ||
| MinX | uint32 | RHICommandList.h | ||
| MinY | uint32 | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RHI_void Execute
(
FRHICommandListBase& CmdList |
RHICommandList.h |