Hi everyone,
I’m making a truck simulator using UE5 (so a little bit bigger in size than normal four wheeled car). I’ve successfully get all the values I want in a normal test car (RPM, speed). However, when I’m moving to my actual vehicle actor with the automatic transmission set to false, the get engine rotation speed is always stuck at resting RPM. But when I’m setting the automatic transmission to true, the value is updating as normal.
Is there any insight as to why it’s not updating when I turn off the automatic transmission? Thanks in advance.