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.
Replies
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 type in Set throttle input, it should find the correct version of that function.
But keep at it, it will get easier with experience.