How to let mesh data of particle have collision

I have create collision in there , but the mesh data also pass my character

93560-collision2.jpg

That doesnt matter, the collision is only to tell the particle there is collision, you need to set what it does.
Note: the mesh wont stop where it collides.

Yeah. As mentioned, you’ll need to add a Collision module to your Particle System to tell the particle what to do when it collides. Also, in that module, be sure to add Pawn as a Collision Type so the particle will recognize collision with your player.

How i can know in the static mesh about collision with particle? Now, I get this information in only particle, but i need it in object with my static mesh