Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/AGeoReferencingSystem
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include | #include "GeoReferencingSystem.h" |
UFUNCTION (BlueprintCallable, Category="GeoReferencing|ENU",
Meta=(DisplayName="Get ECEF ENU Vectors At ECEF Location"))
void K2_GetECEFENUVectorsAtECEFLocation
(
const FVector & ECEFCoordinates,
FVector & ECEFEast,
FVector & ECEFNorth,
FVector & ECEFUp
)
Remarks
Get the East North Up vectors at a specific location - Not in engine frame, but in pure ECEF Frame !