Where does Autosave save to?

I was scaling a static mesh (SM-GlassWindow) when UE4 crashed. I noticed it was autosaving every few minutes but can’t find any save files. Where do autosave files save to?

1 Like

You find your unreal projects in your document library (assuming your working on windows).

default is “C:/Users/[User_Name]/Unreal Projects/”.

Let’s assume your poject is in ‘ProjectDir’. Then there is a sub folder structure:
“[Projectdir]/Saved/Autosaves/Game/Maps” which contains umap files. I think this are files you are searching.

Yeah, that’s what I thought too, but after reopening project, which was named correctly, it was as it was when I started it, nothing that I did actually saved. Oh well, I wasn’t too far into it when it crashed and have since started it over, manually saving as I go.

Thanks!

Hey Baer,

Auto Save feature has a default setting to save maps but not content, so it’s possible that’s what happened. Go to Edit > Editor Preferences > Loading & Saving, and check Save Content box. As a test, make a content change, don’t manually save, let it auto save, then quit editor and reopen to make sure it worked for you.

Hope that helps!