EventActorOnClicked - touch works In Editor, doesn't in Stand Alone

In my project I have some actors in 3d wold and some controls in a widget.
I can click on them just fine using a mouse, both in editor and in stand alone.
Touch events work the same in editor, but in stand alone touch works only on widget’s buttons…
Any help deeply appreciated.

®f

Try Connecting EventBeginInputTouch as well and see if that works?

Thank you -HD.
It works.
Still, I find it strange… oh, well… thanks, again.

®f

Make sure you have these settings correct in your PlayerController - Hope this helps.
image

Yes, IslanfPlaya, I already enabled touch events. Thanks.