![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RHIResources.h>
Public Member Functions | |
| FResolveRect (int32 InX1=-1, int32 InY1=-1, int32 InX2=-1, int32 InY2=-1) | |
| FResolveRect (FIntRect Other) | |
| bool | operator== (FResolveRect Other) const |
| bool | operator!= (FResolveRect Other) const |
| bool | IsValid () const |
Public Attributes | |
| int32 | X1 |
| int32 | Y1 |
| int32 | X2 |
| int32 | Y2 |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| int32 FResolveRect::X1 |
| int32 FResolveRect::X2 |
| int32 FResolveRect::Y1 |
| int32 FResolveRect::Y2 |