UE4 editor crashed while compiling!

Your Log doesn’t give any relevant information as far as I can tell. Try to open the Visual Studio Solution of your project (.sln) and hit F5 to debug it in visual studio. The editor should start, end when it crashes you can see where it crashes in the code. If you look at the call stack you might see a function of yours in there that causes the problem.