You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Implemented RunProcess which can be used to spawn and wait on raw processes (not detoured). (Note, calling program needs to report file system modifications since it is not known to UBA) * Changed so UBAExecutor is using UBA for non-detoured processes as well. This will give correct profiling tracking and reuse existing code. * Fixed handle leak in windows * Fixed race condition on linux since wordexp() is n ot thread safe * Added tests * New binaries [CL 30216046 by henrik karlsson in ue5-main branch]