![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Android/AndroidWindow.h"#include "Android/AndroidWindowUtils.h"#include "Android/AndroidEventManager.h"#include "Android/AndroidDynamicRHI.h"#include "Android/AndroidJniGameActivity.h"#include "HAL/OutputDevices.h"#include "HAL/IConsoleManager.h"#include "Misc/CommandLine.h"#include "HAL/PlatformStackWalk.h"Classes | |
| struct | FAndroidCachedWindowRectParams |
| struct | FAndroidDisplayInfo |
Functions | |
| const FAndroidCachedWindowRectParams & | GetCachedRect (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 |
| void * | GAndroidWindowOverride = nullptr |
| static FVector4 | GAndroidLandscapeSafezone (-1.0f, -1.0f, -1.0f, -1.0f) |
| static FVector4 * | GAndroidLastSafezone = nullptr |
|
extern |
| void CacheRect | ( | bool | bUseEventThreadWindow, |
| const FAndroidCachedWindowRectParams & | NewValues | ||
| ) |
| const FAndroidCachedWindowRectParams & GetCachedRect | ( | bool | bUseEventThreadWindow | ) |
| int32 GAndroid3DSceneMaxDesiredPixelCount = 0 |
| int32 GAndroid3DSceneMinDPI = 0 |
| FVector4 GAndroidLandscapeSafezone(-1.0f, -1.0f, -1.0f, -1.0f) | ( | -1. | 0f, |
| -1. | 0f, | ||
| -1. | 0f, | ||
| -1. | 0f | ||
| ) |
| FVector4 * GAndroidLastSafezone = nullptr |
| int GAndroidPropagateAlpha = 0 |
| int32 GAndroidWindowDPI = 0 |
| int32 GAndroidWindowDPIQueryMethod = 0 |
| void* GAndroidWindowOverride = nullptr |
| int32 GSurfaceViewHeight = -1 |
| int32 GSurfaceViewWidth = -1 |