Navigation
API > API/Plugins > API/Plugins/GeoReferencing
| Name | FGeographicCoordinates |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeographicCoordinates.h |
| Include Path | #include "GeographicCoordinates.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeographicCoordinates
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GeographicCoordinates.h | |||
FGeographicCoordinates
(
const FVector& LatLongAltVector |
GeographicCoordinates.h | ||
FGeographicCoordinates
(
double InLongitude, |
GeographicCoordinates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Altitude | double | GeographicCoordinates.h |
|
|
| Latitude | double | GeographicCoordinates.h |
|
|
| Longitude | double | GeographicCoordinates.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText ToCompactText
(
int32 IntegralDigitsLatLon, |
GeographicCoordinates.h | ||
FText ToFullText
(
int32 IntegralDigitsLatLon, |
GeographicCoordinates.h | ||
| GeographicCoordinates.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText AsAngle
(
double Val, |
GeographicCoordinates.h |