How to make 50 tracking missiles but not use Niagara?

Don’t care about visual effects, just moving object tracking players like missiles, do not use Niagara, performance is top priority, which way is best?

You can only choose one.


Apart from that, the Projectile Movement Component has the homing feature already built in. So PMC + Pooling. If you need 50 specifically and don’t want to design a pooling system, make 50 ahead of time. You’ll pay with a larger memory footprint, ofc.

1 Like