Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Description
Begin a smooth camera flight to the given Latitude/Longitude 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 | FlyToLocationLatitudeLongitudeAltitude |
| 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 FlyToLocationLatitudeLongitudeAltitude
(
const double & InLatitude,
const double & InLongitude,
const double & InAltitude,
double YawAtDestination,
double PitchAtDestination,
bool CanInterruptByMoving
)