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

Public Member Functions

bool operator== (const FAndroidCachedWindowRectParams &Rhs) const
 
bool operator!= (const FAndroidCachedWindowRectParams &Rhs) const
 

Public Attributes

int32 WindowWidth = -1
 
int32 WindowHeight = -1
 
float ContentScaleFactor = -1.0f
 
int32 MobileResX = -1
 
int32 MobileResY = -1
 
int32 WindowDPI = -1
 
int32 SceneMinDPI = -1
 
int32 SceneMaxDesiredPixelCount = -1
 
ANativeWindowWindow_EventThread = nullptr
 

Member Function Documentation

◆ operator!=()

bool FAndroidCachedWindowRectParams::operator!= ( const FAndroidCachedWindowRectParams Rhs) const
inline

◆ operator==()

bool FAndroidCachedWindowRectParams::operator== ( const FAndroidCachedWindowRectParams Rhs) const
inline

Member Data Documentation

◆ ContentScaleFactor

float FAndroidCachedWindowRectParams::ContentScaleFactor = -1.0f

◆ MobileResX

int32 FAndroidCachedWindowRectParams::MobileResX = -1

◆ MobileResY

int32 FAndroidCachedWindowRectParams::MobileResY = -1

◆ SceneMaxDesiredPixelCount

int32 FAndroidCachedWindowRectParams::SceneMaxDesiredPixelCount = -1

◆ SceneMinDPI

int32 FAndroidCachedWindowRectParams::SceneMinDPI = -1

◆ Window_EventThread

ANativeWindow* FAndroidCachedWindowRectParams::Window_EventThread = nullptr

◆ WindowDPI

int32 FAndroidCachedWindowRectParams::WindowDPI = -1

◆ WindowHeight

int32 FAndroidCachedWindowRectParams::WindowHeight = -1

◆ WindowWidth

int32 FAndroidCachedWindowRectParams::WindowWidth = -1

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