Particle Repeat?

hi, i have a question for the particles in my UE4 4.9, I put a particle in an object, I can see how the particle is played, but then again no longer appear that particle may repeat and do not stop?

if possible could someone please tell me how you should do and where I edit option to the constant repetition of the particle.

Thank you very much for your time.

Hello Ramsteinx,

I believe this documentation will clarify different concepts and key functions of the particle system. Typically an emitter can be set to continually stream the particles it controls. You can change it’s parameters to allow for the particles to continually spawn or give them a lifetime so that after they are emitted, after a certain time, they will disappear.

However, if you are looking to continually spawn the emitter itself then you would do this through a call in Blueprints.