How to edit the cornering stiffness of a vehicle using blueprints in chaos vehicles plugin in unreal engine 4?

I am trying to drift using chaos vehicles. But found that changing the cornering stiffness lower or higher when brakes are pressed. But I don’t know to change those values present in class defaults.
Please help me by telling how to change those settings using blueprints. If that is not possible, then suggest me a different way to get good drifting results. Thank you in advance.

Like this guy who tweaked those settings at runtime.

1 Like

a way to let the car be slipery ore not in runtime is easy get vehicle movement component cast to chaos wheeled vehicle movement component and set wheel slip graph multiplier ,set it 4 times on wheel index tip 0,1,2,3 that means all your wheels . create a float variable and pin it to al 4 multiplier now you can use this variable in realtime in a widget ore wath you like peace
!