Effects disappear to export .avi

Hi, I am doing a cinematic with matinee and just found a problem. When I press play, everything is correct, but when I export the movie to .avi, some effects disappear.

I am using Unreal 4.8.1, I attach some images so you can understand and help me.

Thank you so much!

Hi RubenCG -

The Particular Effects that are not rendered when you make a Matinee Movie, how are they spawned in the level? MY guess would be a function to spawn these particles requires player input which is not happening in the matinee. You can use an Event Track to also call the particles activation which would force them to spawn based on Matinee information and not Player information.

Thank You

Eric Ketchum

Thanks for your help, I could fix it with Event Track.
I have seen that the effects of particle doesnt work well with Visibility or Toggle. Even in scenes with the same effects some worked but others not.
I replaced the Toggle and Visibility for Event track and now works perfect.

Greetings!