Could niagara emitter particles collision with other emitter particles ?

I made a enemy with niagara, and player’s bullet is niagara too, How can I make them collision with each other?

Niagara can collide with static physics, but doesn’t really work as a physics solution on its own. You may be able to read back the position of each enemy and bullet and do your own collision, perhaps?