On click/On touch not working in 4.8.3

Hej! I dont know if this is a bug or if its because of the additional new output, but this setup worked in the previous version of 4.8, but now it doesnt. Now, i noticed the new output, that says touched component, is it because you have to link it to something to work?

Hello MarcusH,

I have a few questions for you that will help narrow down what issue it is that you are experiencing.

Quick questions:

  1. Can you reproduce this issue in a clean project?
  2. If so, could you provide a detailed set of steps to reproduce this issue on our end?
  3. Could you provide screen shots of any other blueprints that may be involved with this issue ( such as your player controller)
  4. Do you have have click events enabled?

Hi Rudy!
Thanks for the quick response. I just tested it out in a new clean project, and it seem to work fine. I just setup a custom controller with click and touch events trace and apply a onclick and ontouch events on a static mesh cube, so that it opens a new level. The static mesh is hidden in game.
I dont know if this is relevant, but i tried converting the project in target hardware from maximum quality to scalable 2D and 3D, and back, and when i did, some shaders such as unlit opaque materials were no longer rendered, so i had to migrate the project to another project. The project is also set to target Mobile/Tablets, if thats any help.

alt text

Hello MarcusH,

Does this issue still occur when the object is not set to “Hidden in Game”? Would it be possible for you to zip down a simplified version of the project and send to us so that I can take a closer look at the issue?

Hej Rudy!
I just tried it, and yes, it still doesnt fire when its visible and not hidden in game. I have made simplified version with just the menu as is. Funny in the same new test project, if i do it with something else, it works…link text

Hello MarcusH,

After looking into your issue and downloading the project I was able to figure out what the issue was. The game mode that is assigned to the “MainMenu” level was different from the game mode that was used in the other levels. This is why the issue did not occur anywhere other than that specific level. Open the “Main Menu” level and go to your world settings and change the game mode to “nugamemode” and this will solve the clicking issue that you are having.

Make it a great day

Ah, thank you ver much Rudy! I will try that out tomorrow. And thanks for the quick response. And great day to you!