Is there anyway when loading a project to have the project load the last level that was being worked on?
Hey -
There is not an automated way to have the project open the last level worked on, however you can set the editor to open a specific level if you know youāll be coming back to it continuously. Under Edit->Project Settings, click on āMaps & Modesā in the Game heading. There is a line for āEditor Startup Mapā in the Default Maps section. Use the drop down arrow to select the level you want. The selected level will open first when loading the project and can be reset if you are switching to another level to do extensive work on.
Cheers
Project Browser docs explains how to do this:
In the Projects tab, you can check the Always load last project on startup checkbox to automatically open your most recent project and skip the Project Browser. To change this setting in-editor:
- Open the Editor Preferences window.
- Navigate to General > Loading & Saving.
- Under the Startup heading, toggle Load the Most Recently Loaded Project at Startup.
Yes, this is the correct way with the latest version. The approved answer is outdated.
I believe that he was asking how to load the last LEVEL that he worked on, not last project. I remember vaguely there was some option for that, but cannot seem to find it and thatās why I stumbled upon this question.
In Editor Preferences ā General - Loading & Saving ā Load Level at Startup and here you can choose āLast Openedā. I believe this is an actually correct answer to the question.
Uncheck the Always load last project on startup follow this steps:
- Open the Unreal Editor
- click File ā Open Project
- Uncheck the Always load last project on startup at Open Project Dialog
The mentioned options no longer exist. Anyone knows how itās called now and where it is located? Itās not under Maps&Modesā¦
EDIT:
Found it!
Agree with Daniel K. Works like a charm! Thanks!
You can also edit the configuration file in your project directlyć
BaseEditorPerProjectUserSettings.ini
[/Script/UnrealEd.EditorLoadingSavingSettings]
LoadLevelAtStartup=LastOpened
This should not be the selected answer. OP does not ask for the last project, it asks for loading the last opened level inside the project.
If you find yoru current Last Level is maybe causing crashes on load, you can edit via;
Got to ā¦/Saved/Configs.
Search for the file āEditorPerProjectUserSettings.iniā.
Search for the line LastLevel=
Delete that line and save.
Good luck devs <3