You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Added Scheduler class that is a very simple scheduler that handles processes that has no intra dependencies. It handles scheduling remotely and also reschedule processes returned from remote machines. * Changed so application dependencies are retrieved in parallel by clients * Added so custom assert handler can be set from the outside * Added traceEnabled to SessionCreateInfo so trace shared mem can be created without needing to launch visualizer or write to file * Added so userData can be provided in RemoteProcessAvailable and RemoteProcessReturned callbacks * Added more files to known system files (based on what exists in wine) * Improved FindImports code and made it available in export. (it is now automatically filtering out known system files) * Moved ProcessHandle to its own file * Added ProcessStartInfoHolder which is a class that can wrap a ProcessStartInfo and make sure all strings are allocated [CL 30437951 by henrik karlsson in ue5-main branch]