You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Fixed so stdout/err is redirected to pipe on detoured processes on linux/mac.. this should fix so errors are visualized in the right place * Added -nostdout to UbaCli to be able to check that redirected stdout/err works * Added version for process messages to catch issues where ppl have old ubaagent.exe but new ubadetours.dll * Added capacity parameter to FixPath and added asserts to check that we never write outside capacity * Fixed code creating g_virtualApplication buffer. * Disabled asserts for mac non debug builds * Removed detoured write/fwrite for posix now when we instead redirect stdout/err * Enabled some unit tests for linux now when they work as intended regarding redirected stdout/err [CL 31029918 by henrik karlsson in ue5-main branch]