Problem with OnClicked event

Hey,
I’v been searching answer but I still don’t get it.

Why in my case Touch event (with “Use Mouse for Touch” checked of course) is working, but OnClicked is not (with unchecked ofk)?

Screens from engine:

You need to make sure you have “Enable Click Events” checked in your player controller.

http://puu.sh/huT6b/184bbf3e47.jpg

Man, you’re great!

I have exactly the same problem but I try to click on the Sphere (actor blueprint) - OnGeginCursorOver (BallActorBP) - works fine but OnClicked (BallActorBP) doesn’t work. I’ve enabled click events in PlayerController. And that class is set as Player Controller class in the Game Mode settings. “Use mouse for touch” in Project Settings → Input is checked.

Why it doesn’t work?

Solved. “Use mouse for touch” should be not checked because you’ll be receiving touch events instead of click events.

You are a god among humans! Thank you so much