October3d55/M/LowEntryExtStdLib/Source/LowEntryExtendedStandardLib.../Public/Classes/ELowEntryBatteryState.h

20 lines
264 B
C
Raw Normal View History

2025-03-10 09:43:27 +08:00
// Copyright Low Entry. Apache License, Version 2.0.
#pragma once
#include "CoreMinimal.h"
#include "ELowEntryBatteryState.generated.h"
UENUM(BlueprintType)
enum class ELowEntryBatteryState : uint8
{
Charging,
Discharging,
Full,
NotCharging,
Unknown
};