Navigation
API > API/Plugins > API/Plugins/LocationServicesBPLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULocationServicesImpl
References
| Module | LocationServicesBPLibrary |
| Header | /Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesImpl.h |
| Include | #include "LocationServicesImpl.h" |
Syntax
UCLASS&40;Abstract&41;
class ULocationServicesImpl : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLocationServicesData_OnLocationChanged | OnLocationChanged |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLocationServicesData | Returns the last location information returned by the location service. | ||
| 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. | |
| bool | |||
| 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 |