3D Widget input not working in UE 4.20.1

The input to a 3D button menu widget was working in 4.19 but having upgraded the project it is now not working.

I have an Actor blueprint with a widget component that uses a standard ui widget with a bunch of buttons on. The widget is set to receive hardware mouse input by default and the collision is UI.

The buttons are responding visually to me clicking them but not triggering the click event in the graph.

Seems strange that it just stopped receiving any input from the mouse in 4.20.1.

Has something changed?

Thanks for your help.

Hi, i was looking for an answer to this as I have a similar issue, where the widget is on an object in scene as a 3D menu. The buttons change colour when highlighted or pressed but they do not fire the action (load level etc) yet they did before i changed from 4.15, i also have an issue where the text is now appearing on the buttons as grey texture yet yellow on the widget page? Have you had any success in figuring out the issue with the buttons?

Seems like its an unreal bug

More info here:

Hi, well I managed to fix it by simply swapping OnClick with OnPress lol. Even though it worked before, for some reason it just wouldn’t work on a 3D object using OnClick?

Yes, that solved the issue for me too. Thank you.

Hopefully this bug will be fixed and we can use OnClicked as before.

This problem only affects the 3D widget as a 2D widget added to the viewport still works with the OnClicked event.

Did you find a way to solve the same issue with TextBox? It also not reacts on widget interactor in shipped builds.