Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"FlyToLocation"&41;
TObjectPtr< UCurveFloat > AltitudeProfileCurve
Remarks
This curve dictates what percentage of the max altitude the pawn should take at a given time on the curve. Depending on the total distance to Fly, a constant maximum altitude is computed from FlyToLocationMaximumAltitudeCurve Then during the fly, the actual pawn altitude is computed from this profile and the reference maximum altitude. This allows to have nice movements whenever you FlyTo near or far from your actual location. This curve must be kept in the 0 to 1 range on both axes.