Navigation
API > API/Plugins > API/Plugins/LocationServicesBPLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- ULocationServices
References
Module | LocationServicesBPLibrary |
Header | /Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesBPLibrary.h |
Include | #include "LocationServicesBPLibrary.h" |
Syntax
UCLASS&40;&41;
class ULocationServices : public UBlueprintFunctionLibrary
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
ULocationServices
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
bool | Checks if the Location Services on the mobile device are enabled for this application | |
![]() ![]() |
void | ||
![]() ![]() ![]() ![]() |
FLocationServicesData | Returns the last location information returned by the location service. | |
![]() ![]() ![]() ![]() |
ULocationServicesImpl * | Returns the Location Services implementation object. | |
![]() ![]() ![]() ![]() |
bool | InitLocationServices
(
ELocationAccuracy Accuracy, |
Called to set up the Location Service before use |
![]() ![]() ![]() ![]() |
bool | IsLocationAccuracyAvailable
(
ELocationAccuracy Accuracy |
Checks if the supplied Accuracy is available on the current device. |
![]() ![]() |
void | SetLocationServicesImpl
(
ULocationServicesImpl* Impl |
Set and clear the Location Services implementation object. |
![]() ![]() ![]() ![]() |
bool | Starts requesting location updates from the appropriate Location Service | |
![]() ![]() ![]() ![]() |
bool | Stops the updates of location from the Location Service that was started with StartLocationService |
Constants
Name | Description |
---|---|
ImplInstance |