How do I check if the player has collided with a particle?

I need an event to trigger when the player hits the trail. I’ve looked into GPU particle collision but that’s only one way. I’ve also tried line tracing but you can’t line trace for a particle, unless I’m missing something.

Any ideas?