How would I have 2 Widgets be Interacted with Each Other at The Same Time?

Sorry for the noob question, guess we all have to learn anywhere :cool:

Anyways, I have 2 widgets. One is my Main UI widget, and another is a settings menu. I add the Menu UI widget to the viewport. I add the Settings Menu to the MENU UI. I am able to click on the “settings” button and activate the Settings Menu, but I cannot click anything on the menu. It does not respond nor work. Does anybody have a solution? Thanks :slight_smile:

Hello,

Not sure what exactly is your problem but check if you made some things:

1- when you create the menu, set the input to ui, show your mouse
2- create the “on clicked” event to your button and create the other widget

Set up Z order correctly

Sorry for the late reply all. Thank you I will try both methods!