(HELP) mouse click not being registered

Hi guys i need some help with my project asap. Thank you

PROBLEM
so my problem is inside a triggerbox blueprint which runs perfectly fine
as you can see i have an event that ‘shows the mouse cursor’ and also ‘enables click events’ to occur.
As you can see below i have printed a string to check that these do work which they do, therefore an ‘onclicked’ event should work however it is not registering the click :confused:

WHAT I HAVE TRIED
i have enabled mouse click events to occur within the player controller i am using.

any ideas?

I had trouble getting mouse events to work yesterday, and then I found they were working fine if I chose Play in New Editor Window, instead of Selected viewport. I also needed to have a PlayerStart in the level. I’m only a beginner so cannot explain this or help more, but maybe it gives you a couple of things to check.

yeah I am not sure what you mean by running the game in new editor window and i do have a player start.
would you mind sending some screenshots. sorry, I am very new to all this :slight_smile:

If you click on the down arrow by the Play button you get some options.

123187-menu.jpg

thanks and yes i have tried that but it did not work :frowning:

I am not sure why you guys are having this problem. I just tried it and had no problem, and the only thing I really had to do was show my mouse cursor and put in the event this is it. When I click on my cube it destroys itself. (This was made in 4.12)

its all good now i figured out using on eventtouched works as a click event. Thanks for the help though :slight_smile: