OnBeginCursorOver works fine, but OnClicked does not fire event!

It makes no sense!!!

I have enabled clicking on the controller and also mouse over.
I have ensured the collision to visibility trace responses on my capsule component is blocked.
The mouse overs fire the events, the click does nothing? Why is this not documented?

I’ve ensured that any object overlapping it has no collision set. I’ve also removed any viewport widgets so that they don’t eat up the click events… why is this so difficult?

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

This also solved for hover over events