Navigation
Unreal Engine C++ API Reference > Plugins > LocationServicesBPLibrary
References
Module | LocationServicesBPLibrary |
Header | /Engine/Plugins/Runtime/LocationServicesBPLibrary/Source/LocationServicesBPLibrary/Classes/LocationServicesBPLibrary.h |
Include | #include "LocationServicesBPLibrary.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FLocationServicesData
Remarks
Struct to hold relevant location data retrieved from the mobile implementation's Location Service
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
float | Altitude | In meters, if provided with the result |
![]() ![]() ![]() ![]() |
float | HorizontalAccuracy | Estimated horizontal (Android: overall) accuracy of the result, in meters |
![]() ![]() ![]() ![]() |
float | Latitude | |
![]() ![]() ![]() ![]() |
float | Longitude | |
![]() ![]() ![]() ![]() |
float | Timestamp | Timestamp from when this location data was taken (UTC time in milliseconds since 1 January 1970) |
![]() ![]() ![]() ![]() |
float | VerticalAccuracy | Estimated accuracy of the result, in meters (iOS only) |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |