Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"FlyToLocation"&41;
TObjectPtr< UCurveFloat > ProgressCurve
Remarks
This curve is used to ease in an out the Fly to Location speed. It must be kept in the 0 to 1 range on both axes. X axis is the normalized time of travel Y axis is the progress on the flight motion. A linear curve will give a constant progress speed whereas a easein//easeout one will slow down the speed at beginning/end of motion.