I think i found a workaround for that crash. You can run engine with opengl 4. Just create shorthcut (UE4Editor.exe) and add this to end of shorthcut path -opengl4 -opengldebug (-opengldebug optional) or you can disable directx options in project settings/windows and enable opengl then reset engine.
eg "G:\Epic Games\4.14\Engine\Binaries\Win64\UE4Editor.exe" -opengl4 -opengldebug
eg "G:\Epic Games\4.14\Engine\Binaries\Win64\UE4Editor.exe" -opengl4 -opengldebug
Comment