Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FResolveRect
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FResolveRect
(
FIntRect Other |
|||
FResolveRect
(
int32 InX1, |
E.g. for a a full 256 x 256 area starting at (0, 0) it would be the values would be 0, 0, 256, 256 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FResolveRect Other |
||
| bool | operator==
(
FResolveRect Other |