You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Added RegisterDeleteFile to external api that should be used when file is deleted outside of uba but uba needs to know about it * Reduced lock scope around FlushDeadProcesses * Fixed disconnect issue crash in ubaagent that could cause access violation in UbaStorage. Fix was to cleanup when leaving StorageClient::SendAllSegments * Changed so UbaRequestNextProcess is doing a full environment update (not resetting stats) if no next process is found * Fixed so Scheduler enableProcessReuse=false works properly * Improved some assert descriptions * Fixed so files in m_outputFiles in session client is erased when flushed to server * Fixed so Rpc_GetFullName cleans up .. in paths * Fixed so files that existed but has been deleted by external process is seen as not existing by remote detoured process. [CL 30507663 by henrik karlsson in ue5-main branch]