So if I wanted to create something like a torch, I’d have a problem: using the default fire particle system, “spawns” a flame at a given time, and that flame obviously stays there.
Now, if my character moves, there will be flames floating in the air. I haven’t really studied particles at all in unreal, and I know there are plenty of tutorials on the subject, but is there a quick fix for the problem I’m facing at the moment?
I would just attach the particle to the torch that is probably attached to the player. As a component in the class BP either that or group it with the torch.
If you need it to be on and off you could uncheck the auto activate in the class BP editor when toying with the particle system. Then in the graph get the particle component drag a wire and type Activate at your choosing
Absolutely. I had a great sprite particle that was following my moving mesh doggishly, but a nasty little light particle that would just stick in one place. +1 for an easy, quick fix!