You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix bug where quick launching with cotf from a debug editor failed to launch the cook server due to a missing or old development editor executable. Since the default executable is the the console -cmd.exe one, implement ShellExecute to open a separate shell for the server output, also fixes duplicated stdout lines in that window. Improve BuildCookRun log messages for booting and shutting down server and client. #jira UE-173897, UEENGQA-80955 #rb carlmagnus.nordin #preflight 63ca9499c503023ab986b09c [CL 23788926 by PJ Kack in ue5-main branch]