Blueprint, Sprite and click event

Hey guys, I’ve been struggling for a while about this. So here is my problem:

I wan’t to make a blueprint with a sprite in it and to be able to handle the click event but the event does not work. If I replace the sprite with a box within the blueprint the event work. Any idea is it possible to click on a sprite or there is some other way to do that?

Thanks in advance.

Thanks it’s working, I’ve been trying it this way and it wasn’t working, actually It was because the camera is far away from the actor and the click event doesn’t trigger, but if I move the camera nearer it worked.

You probably need a collision for this just add a box component to your blueprint under your sprite one line then up in the component tab. If you looked at tappy chicken the chicken is a sprite put onto a mesh so it has collision.

This should be pretty simple let me know if you need more help or if I misunderstood what you were doing.