Navigation
API > API/Plugins > API/Plugins/GeoReferencing
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeographicCoordinates.h |
| Include | #include "GeographicCoordinates.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeographicCoordinates
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Altitude | ||
| double | Latitude | ||
| double | Longitude |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeographicCoordinates
(
const FVector& LatLongAltVector |
|||
FGeographicCoordinates
(
double InLongitude, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | ToCompactText
(
int32 IntegralDigitsLatLon, |
||
| FText | ToFullText
(
int32 IntegralDigitsLatLon, |
||
| void |