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

Go to the source code of this file.

Classes

struct  FAndroidMisc
 
struct  FAndroidMisc::FCPUStatTime
 
struct  FAndroidMisc::FCPUState
 
struct  FAndroidMisc::FBatteryState
 

Macros

#define PLATFORM_BREAK()   raise(SIGTRAP)
 
#define UE_DEBUG_BREAK_IMPL()   PLATFORM_BREAK()
 
#define ANDROID_HAS_RTSIGNALS   PLATFORM_USED_NDK_VERSION_INTEGER >= 21
 
#define ANDROID_PROFILING_ENABLED   !(UE_BUILD_SHIPPING)
 

Typedefs

typedef FAndroidMisc FPlatformMisc
 

Macro Definition Documentation

◆ ANDROID_HAS_RTSIGNALS

#define ANDROID_HAS_RTSIGNALS   PLATFORM_USED_NDK_VERSION_INTEGER >= 21

◆ ANDROID_PROFILING_ENABLED

#define ANDROID_PROFILING_ENABLED   !(UE_BUILD_SHIPPING)

◆ PLATFORM_BREAK

#define PLATFORM_BREAK ( )    raise(SIGTRAP)

◆ UE_DEBUG_BREAK_IMPL

#define UE_DEBUG_BREAK_IMPL ( )    PLATFORM_BREAK()

Typedef Documentation

◆ FPlatformMisc