How to restore earlier versions of a project

Hi,

i renamed a folder where most of the assets are stored which completely ■■■■■■ up my entire project. I am getting compiler errors of missing references, materials and so on.

How do i restore an earlier savepoint of my project before i renamed the folder ?

Thanks

if you didn’t save anything after renaming simply close Editor, put the name back and it should reload fine
if you did save the blueprints, i guess you have to fix it manualy

You should use ue content browser to rename the folder because it will automatically update references

Anyway, i suggest you to get a versioning tool (SVn work fine even in local only ) it will save you many time :slight_smile:

Unfortunately, i saved the whole project before i noticed it and even edited the folders in it. So i ended up rearranging the whole project. Thank god it didnt mess up too much of my AI.

Im gonna take a look at that Tool, thank you !