I've been working through this tutorial and I have got to the last step and run into an issue I have no idea how to fix. I can't connect the vehicle movement to the throttle input as shown in the tutorial. If anybody can help it would be much appreciated.
Check the "set throttle input" function. Yours is looking for a Wheeled Vehicle reference, while the one in the tutorial is looking for a Wheeled Vehicle Movement Component. There are often identically named functions in different, but related, classes. Pull a node off the vehicle movement accessor you have there and then…