Get If Finger Touches Collider While Swiping?

Hello,
I want to make an event happen when player’s finger touches collider while sliding like Fruit Ninja. How can I do it?

Hello MedalOfMode-

If you are using blueprints, you can add an “On Input Touch Enter” event to the collider object. As long as touch over events are enabled in the player controller, this will trigger when a finger is moved over the component.

So much question but should I do the Ninja Fruitish blade system with Particle or HUD?