Get children components problems

I use “spawn emitter attached” to spawn the same particle system to 2 sockets on my static mesh, but later when I try to use “get children components” to get all the components under my static mesh component (in order to destroy the 2 added particle components), I get only 1 of them!

There was some problem with my blueprint logic, sorry!