What I am trying to do change the friction scale value for the back tires. I want the E brake to not so much slow the car as make the end drift out more, but I don’t want this to be the default behavior. Is there any way to access this through the blueprint? Either to change this specific value in the data asset or change the tire to another Tire Data Asset and switch it back when the e brake is no longer in use. Thanks.
I don’t believe there is a way to reference Tire Types from inside of blueprints at the moment. This does seem like a useful feature however. I’ve placed a feature request in to have the Tire Types exposed to blueprints so that they’ll be editable in this way. For reference, the report number is UE-27020
Editing TireTypes at runtime as they are an ‘asset’ (like a mesh or texture), not something created at runtime. They could be shared by multiple vehicles. I agree it would be nice to control friction on a per-vehicle basis, but that would need some thought and would be implemented in a different way.