Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Description
Begin a smooth camera flight to the given ECEF destination such that the camera ends at the specified yaw and pitch. The flight can be enforced or canceled if the user moves the pawn
| Name | FlyToLocationECEF |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/RoundPlanetPawn.h |
| Include Path | #include "RoundPlanetPawn.h" |
| Source | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/RoundPlanetPawn.cpp |
UFUNCTION (BlueprintCallable, Category="FlyToLocation")
void FlyToLocationECEF
(
const FVector & ECEFDestination,
double YawAtDestination,
double PitchAtDestination,
bool CanInterruptByMoving
)