Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'LocationServicesData' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Location Services Data |
Outputs
Type | Name | Description |
---|---|---|
real | Timestamp | Timestamp from when this location data was taken (UTC time in milliseconds since 1 January 1970) |
real | Longitude | |
real | Latitude | |
real | Horizontal Accuracy | Estimated horizontal (Android: overall) accuracy of the result, in meters |
real | Vertical Accuracy | Estimated accuracy of the result, in meters (iOS only) |
real | Altitude | In meters, if provided with the result |