Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/AGeoReferencingSystem > API/Plugins/GeoReferencing/AGeoReferencingSystem/GetECEFENUVectorsAtECEFLocation
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/GeoReferencingSystem.h |
| Include | #include "GeoReferencingSystem.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/GeoReferencingSystem.cpp |
UFUNCTION (BlueprintCallable, Category="GeoReferencing|ENU",
Meta=(DeprecatedFunction, DeprecationMessage="FCartesianCoordinates is deprecated : Use the version that uses a FVector instead."))
void GetECEFENUVectorsAtECEFLocation
(
const FCartesianCoordinates & ECEFCoordinates,
FVector & ECEFEast,
FVector & ECEFNorth,
FVector & ECEFUp
)