Why does AddActorLocalOffset move faster than addmovementinput with the same scale value of 10000?
Add movement input only scales from -1 to 1. MaxWalkSpeed in the movement component determines how fast 1 is. AddActorLocalOffset doesn’t use movement component.
