UE4 Vehicle Speed

Hello everyone,

I have been having trouble trying to find a way to change the acceleration of the default ‘sedan’ vehicle. I tried changing the gear ratios, max engine rpm, and all that stuff, but nothing works for some reason. I have seen people do this on other versions but I don’t know how to do this on the current build of UE4. Again I just need help changing the rate of acceleration and the top speed. I would also like to do this from blueprint if possible, but if I have to go into C++ I definitely can.

Thanks guys,
Evan

Hi - I’ve been trying to adjust a vehicles speed also. Its not possible to SET the RPM but I got around this by adjusting the gears during game play. See attached. I hope this is of some help.

What I ended up doing: get the engine speed and then set it with a small multiplication factor.