You need to attach the visual studio debugger to your game project and step through it until you find the problem. Look up how to do that. Also look to see if you’re using any brushes that are particular to the unreal editor in your code. That was my problem last time.