Is my project corrupted? Please help

When I open my project and try to load something simple, like the mannequin, I see this. It’s just a blank blue screen with no mannequin.

And when I load a level, I see this. All the assets aren’t displaying. This happened after UE4 crashed when I was trying to delete a blueprint node.

Would anyone know what to do? I tried verifying and restarting my computer. Same thing. No difference. The game still plays, but nothing is visible.

I tried following this guide:
https://www.multipainkiller-studio.o…rojects-files/


I can see some things in my level but it’s strange. The textures are not displaying. I still can’t open any files without them showing as a blue screen as I pointed out in the first post’s screenshot.

Restoring my last backup from git doesn’t seem to resolve the issue. I’m going to have to start over with a new project and try to copy things over. I see that a blank project works.

Lesson learned here is never trust Unreal Engine to not crash even when doing simple things and defecate all over your hard work.

Done, it worked.

Also, I have so much rage right now.

The problem occurred again and I’ve pinpointed exactly what the issue is. I’ve replicated this by setting the near clip plane to 0. When you do this while editing the game, nothing is amiss. Everything seems fine. You can continue editing for hours. Then the next time you close and then open the project. You will have the issue I’ve seen above.

This also explains why grabbing my last git backup did nothing, because I don’t close the editor very often. I’ve been working on my game nonstop. I go to sleep with the editor open and when I wake up I immediately start working again.

I now have the near clip plane set to 1, which works for what I need.