why not use instead of ctrl+shift+S autosave on exit with a question

Sometimes i forgot to save my project by mix ctrl+shift+S keys. Instead i suggest to autosave project on exit (may be on build also) with a question on quit “Would u like to restore previuosly (1-2) changes?“ or “would you like to backup to changes?“ -yes-no-

Hello @podjigateligrey ,
Welcome to forums! Good idea, but Unreal already has a couple of ways to avoid losing changes without adding an autosave on exit:

In the Blueprint Editor, you can enable Save on Compile, which automatically saves when the compilation is successful (with options Never, On Success Only, or Always).

In Editor Preferences - Loading & Saving, there’s an Auto Save section where you can enable automatic saving for maps and content, adjust the frequency, and even create backups.

That’s probably why manual saving with Ctrl+Shift+S remains the main option , it gives you more control over when and what to save, preventing unwanted overwrites if the project has errors or you want to quit without keeping certain changes.
Hope it helps!