Hello i want take inspiration from Real Car Torque Curve for my car. This is possible to adapt in Unreal Engine 5 ?

I want to take inspiration from the Porsche Carrera GT’s torque curve for my car setup.

Best Regards

I also want to take inspiration from one, did you do anything since you made this post?

I had no answer when I made this post so I tried to manage on my side to implement this curve but it did not work, so I put aside the idea of ​​trying to implement this curve.

You can recreate the torque curves as Float Curves:

Then you can sample them at any point to get the resulting value based on RPM.

You’ll need to do a lot more though to make the car move though :wink:

Here is more inspirations for you guys: https://www.youtube.com/watch?v=MrIAw980iYg (and a bit of technical know-how from a guy that actually walked the walk)

The subject is complex but fun.

Keep coding!