Thanks dop2000
Your method would allow 45 degree paths to be a lot faster than 90 and 270 degree paths, which feels kinda unrealistic.
For now I'm doing clamp(60*abs(cos(sprite.Pathfinding.MovingAngle)), 30,60)
but I was hoping there would be a less hacky way?