Is it even possible to get battery charge value in UE4 on Android? If so, how ?
Thanks
Is it even possible to get battery charge value in UE4 on Android? If so, how ?
Thanks
Yes, you can call FAndroidMisc::GetBatteryState(). This returns FBatteryState with the state (charging, discharging, full, not_charging, unknown), the level [0,100], and temperature in Celsius.
Sorry, I mean to ask if it’s possible in Blueprint .