UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPlatformRect Struct Reference

#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
 

Constructor & Destructor Documentation

◆ FPlatformRect() [1/2]

FPlatformRect::FPlatformRect ( )
inline

◆ FPlatformRect() [2/2]

FPlatformRect::FPlatformRect ( int32  InLeft,
int32  InTop,
int32  InRight,
int32  InBottom 
)
inline

Member Function Documentation

◆ operator==()

bool FPlatformRect::operator== ( const FPlatformRect Other) const
inline

Member Data Documentation

◆ Bottom

int32 FPlatformRect::Bottom

◆ Left

int32 FPlatformRect::Left

◆ Right

int32 FPlatformRect::Right

◆ Top

int32 FPlatformRect::Top

The documentation for this struct was generated from the following file: