![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericApplication.h>
Public Member Functions | |
| FPlatformRect () | |
| FPlatformRect (int32 InLeft, int32 InTop, int32 InRight, int32 InBottom) | |
| bool | operator== (const FPlatformRect &Other) const |
Public Attributes | |
| int32 | Left |
| int32 | Top |
| int32 | Right |
| int32 | Bottom |
|
inline |
|
inline |
| int32 FPlatformRect::Bottom |
| int32 FPlatformRect::Left |
| int32 FPlatformRect::Right |
| int32 FPlatformRect::Top |