UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AndroidWindow.cpp File Reference

Classes

struct  FAndroidCachedWindowRectParams
 
struct  FAndroidDisplayInfo
 

Functions

const FAndroidCachedWindowRectParamsGetCachedRect (bool bUseEventThreadWindow)
 
void CacheRect (bool bUseEventThreadWindow, const FAndroidCachedWindowRectParams &NewValues)
 
FString AndroidThunkCpp_GetMetaDataString (const FString &Key)
 

Variables

int32 GAndroidWindowDPI = 0
 
int32 GAndroidWindowDPIQueryMethod = 0
 
int32 GAndroid3DSceneMaxDesiredPixelCount = 0
 
int32 GAndroid3DSceneMinDPI = 0
 
int GAndroidPropagateAlpha = 0
 
int32 GSurfaceViewWidth = -1
 
int32 GSurfaceViewHeight = -1
 
voidGAndroidWindowOverride = nullptr
 
static FVector4 GAndroidLandscapeSafezone (-1.0f, -1.0f, -1.0f, -1.0f)
 
static FVector4GAndroidLastSafezone = nullptr
 

Function Documentation

◆ AndroidThunkCpp_GetMetaDataString()

FString AndroidThunkCpp_GetMetaDataString ( const FString &  Key)
extern

◆ CacheRect()

void CacheRect ( bool  bUseEventThreadWindow,
const FAndroidCachedWindowRectParams NewValues 
)

◆ GetCachedRect()

const FAndroidCachedWindowRectParams & GetCachedRect ( bool  bUseEventThreadWindow)

Variable Documentation

◆ GAndroid3DSceneMaxDesiredPixelCount

int32 GAndroid3DSceneMaxDesiredPixelCount = 0

◆ GAndroid3DSceneMinDPI

int32 GAndroid3DSceneMinDPI = 0

◆ GAndroidLandscapeSafezone

FVector4 GAndroidLandscapeSafezone(-1.0f, -1.0f, -1.0f, -1.0f) ( -1.  0f,
-1.  0f,
-1.  0f,
-1.  0f 
)

◆ GAndroidLastSafezone

FVector4 * GAndroidLastSafezone = nullptr

◆ GAndroidPropagateAlpha

int GAndroidPropagateAlpha = 0

◆ GAndroidWindowDPI

int32 GAndroidWindowDPI = 0

◆ GAndroidWindowDPIQueryMethod

int32 GAndroidWindowDPIQueryMethod = 0

◆ GAndroidWindowOverride

void* GAndroidWindowOverride = nullptr

◆ GSurfaceViewHeight

int32 GSurfaceViewHeight = -1

◆ GSurfaceViewWidth

int32 GSurfaceViewWidth = -1