"The asset _ failed to save"

When I want to save my floortile a message pops up saying that the asset Floortile (Floortile.uasset) failed to save.
What do I have change to save my stuff without waiting for the auto save.

Refreshing to know that after a year this topic has received an abundance of help.

I just got this error message - my problem was that I accidentaly had opened the project twice.
If thatā€™s not the problem, make sure your project folders and files have write-access and are not in use by other programs (virus scanner, cloud service software like Dropbox etc.)

1 Like

That was my problem! Thanks!

This was also my problem too, opened it twice on accident and couldnā€™t save my files, was driving me crazy until I read this.

Same here. Thanks.

it happened to me when i just dragged the whole folder from my PC directly into the Editor, moving the assets to another folder in the editor might solve your problem.

Thanks for your responses.

This project is a while back when I had no clue about scripting or IT in general.

Thinking about it now, as an System Engineer apprentice, it mustā€™ve been some kind of error in the script it could not compile. I had many errors which could not be compiled.

I got this issue when importing assets directly to a pluginā€™s Content folder while in the editor!
In order to prevent this, import your assets to your projectā€™s Content folder, and then drag them into your pluginā€™s Content folder :wink:

Just to add: In the task manager (CTRL + SHIFT + ESC) make sure the ā€œUnreal Engineā€ process is closed (-> End Task). Important: Look through the whole task manager processes list for ā€œUnreal Engineā€ processes and end them.

1 Like

My problem as well. No idea how I had 2 instances open, but thanks!

just had the same issue!
changing the name of the file I was trying to save helpt for me! :wink:

That did it for me too! Thanks!

This actually solved my issue. Another instance of the Unreal Editor of my project was ā€˜openedā€™ in the background (No Window opened). It was possible to close it through the the task manager.

Thank you very much.