AGeoReferencingSystem::GetECEFENUVectorsAtECEFLocation

Get the East North Up vectors at a specific location - Not in engine frame, but in pure ECEF Frame !

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GeoReferencing|ENU")
void GetECEFENUVectorsAtECEFLocation
(
    const FCartesianCoordinates & 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 !

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss