Battery Library
Battery status node for laptops, handheld PCs, and battery-aware settings.
Use this library for laptops, handheld PCs, and battery-aware game settings.
Python examples use Unreal's reflected API names through the unreal module. Async, delegate-driven, and unsupported wildcard-style nodes are intentionally left as C++-only examples.
Get Battery Status
| Field | Details |
|---|---|
| Purpose | Returns complete battery information in one Blueprint node. |
| Gives | FWNTBatteryStatus return value |
| Needs | No input. |
#include "BatteryUtility.h"
auto Result = UBatteryUtility::GetBatteryStatus();import unreal
result = unreal.BatteryUtility.get_battery_status()Last updated on