Matinee Toggle Particle Best Pratices

I’m not sure how noticable the performance cost would be but it would be better to activate/deactivate the particle system instead of setting visibility i think. So yeah, use the event track instead.

I have a particle I want to trigger in the matinee I have so when the player gets to a certain area, the particle triggers. Its working fine but I was wondering if this is the “correct” way to go about it? Maybe an easier way, I’ve been reading about “event tracks” in the matinee so maybe that? Check out the code below.

So like I said, its working fine, I was just wondering if this is the “professional” way or perhaps I might run into memory issues later if I have a lot of these triggered at the same time.