Community Tutorial: How to fix being stuck on Computing References!

Does it take forever to delete things in Unreal Engine now that your project has gotten bigger? Here is how to speed it up!

https://dev.epicgames.com/community/learning/tutorials/raop/unreal-engine-how-to-fix-being-stuck-on-computing-references

One alternate is to make a button with Blueprint that runs the function ‘Destroy Actor’ under Editor Actor Subsystem. And for renaming, which can also trigger compute references, you can use ‘Set Actor Label’. This is obviously only for actors.

1 Like

Thank you for this post brother, you have no idea how many hours of pain you’ve just saved me from. :heart:

1 Like