I want to synchronize the train speed with the speedometer.

Train:https://youtu.be/fj66nCsloQY
SpeedMetor:https://youtu.be/tZtnVI7P4jE

The car in the speedometer video uses the ChaosWheelVehicle component, but the train does not. In this case, how do you synchronize the speed of the speedometer with the speed of the train?

You can pretty much get velocity from any actor, so get velocity and use remapping to match velocity to 0-1 or whatever value your material uses.

1 Like