Hi I’m new on unreal engine, so how do I teleport to another level and close with button and come back to original level? Thank you!
- place a
Player Start
actor in the new level - call
Open Level
and close with button
Close what with a button? And what kind of button?
- call
Open Level
I want to make a close/exit button from another level and go back to original level and can continue play in the original level
Assuming you mean a UI widget:
Create a widget with a button → add it to the viewport. Click button → open level.
Widgets get wiped when you transition. You will need to create a new widget.