How to set a vehicle on fire?

hey there,

im just wanting to know if there is ant tutorials to setting a vehicle on fire in ue4. im looking at adding damage into the vehicle and when the vehicles damage is low or if the vehicle is hit in the front then a possible fire can start.

how would i go about setting up a blueprint to do such a thing.

thank you in advance

There are no tutorials exactly for that, but there are some on how to make fire etc. So wwhat you would do is to make a health system and when you reach a certain limit you spawn a series of particle emitters that spawn the fire effect and maybe change the material to a burning one on the car itself.

You have to make these assets yourself, but you can look at the content examples for how to make a burning material. Start on your damage system and then from blueprint you have to set up and change materials as needed. ]

HTH