Widget to change levels

Hi guys. Complete newbie here. I want to create a button, which I can place at some location where the character can interact with. I want it to switch from day to night. Also when it switches to night all the lights in the scene turns on.

I figured out the day and night scenes need to be in different levels. I found tutorials that have 2 separate buttons, but i want a single button. So that in the day level the icon is a moon which when clicked switches to night, and in the night a sun button that switches to day…

How do I make a single button that switches between these two levels?

Sorry if it sounds very stupid. Im a complete newbie in unreal. Your help will be immensely appreciated. Thanks.

You need to give more info, like are you using Blueprint or C++ and are use Using a widget or a 3d widget.
I can try to help if you are using Blueprint and A widget.
You need to give more info, like are you using Blueprint or C++ and are use Using a widget or a 3d widget.
I can try to help if you are using Blueprint and A widget.

1 Like

Sorry about that. Simple 2d widget (using a png as button) and blueprint.