Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/ARoundPlanetPawn
Syntax
UPROPERTY (EditAnywhere, Category="Movement")
TObjectPtr < UCurveFloat > SpeedByHATModifierCurve
Remarks
When being very high and moving around the planet, we have to dynamically increase the speed based on Height above terrain to accelerate movement This curve adds a multiplying factor to the maximum speed depending on HAT. ActualMaxSpeed = BaseSpeedKmh * SpeedScalar * AltitudeSpeedModifierCurve(Altitude)