Navigation
API > API/Plugins > API/Plugins/OptionalMobileFeaturesBPLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UOptionalMobileFeaturesBPLibrary
References
| Module | OptionalMobileFeaturesBPLibrary |
| Header | /Engine/Plugins/Runtime/OptionalMobileFeaturesBPLibrary/Source/OptionalMobileFeaturesBPLibrary/Classes/OptionalMobileFeaturesBPLibrary.h |
| Include | #include "OptionalMobileFeaturesBPLibrary.h" |
Syntax
UCLASS&40;&41;
class UOptionalMobileFeaturesBPLibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UOptionalMobileFeaturesBPLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns if headphones are plugged into the device | ||
| int | Returns the current battery level of the device in a range of [0, 100] | ||
| float | Returns the device's temperature, in Celsius | ||
| int | Returns the current volume state of the device in a range of 0-100 (%) |