![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderingCommon.h>
Public Member Functions | |
| FShortRect () | |
| FShortRect (uint16 InLeft, uint16 InTop, uint16 InRight, uint16 InBottom) | |
| FShortRect (const FSlateRect &Rect) | |
| bool | operator== (const FShortRect &RHS) const |
| bool | operator!= (const FShortRect &RHS) const |
| bool | DoesIntersect (const FShortRect &B) const |
| bool | DoesIntersect (const FSlateRect &B) const |
| FVector2f | GetTopLeft () const |
| FVector2f | GetBottomRight () const |
Public Attributes | |
| uint16 | Left |
| uint16 | Top |
| uint16 | Right |
| uint16 | Bottom |
Stores an aligned rect as shorts.
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint16 FShortRect::Bottom |
| uint16 FShortRect::Left |
| uint16 FShortRect::Right |
| uint16 FShortRect::Top |