Hello!
I have a particle system which generates electric beams.
On Event BeginPlay I deactivate it via Level Blueprint.
It must generate beams only when rotor works.
Rotor can rotate CW and CCW.
When it rotates CW I play animation of particle system (via blueprint) which enables emission during 5 seconds and then disable it.
But when it rotates CCW and animation is playing in reverse order (Play Reverse in Level Blueprint) there are no particles at all.
There are no “reverse” particles even in Editor Mode when I just hit Left Arrow in the Sequencer for reverse playback
Particles are generated only in straightforward direction of animation. Why? How can I fix it?
ps. I set the property of animation to “Keep state” in “When finished” section.