This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e7ad7439578795561ba37c01ea7672b2e0fd19f3
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DerivedDataCache
History
zousar shaker
77d204ed2c
Don't have the cook director close the worker socket before forcible worker process termination and detach because otherwise DetachFromRemoteProcess won't call OnMultiprocessWorkerDetached for the worker leading to issues like DerivedDataReplay emitting in error because a worker is not detached and it can't merge replay files. Also have the multi-process detach context inform the delegate of whether the detach was abnormal so that delegate methods can make context-appropriate choices about how to handle abnormal detach scenarios. The derived data replay mechanism will ignore replays from abnormally detached processes when doing replay merging and warn about the fact that the replay is incomplete.
...
#rb Devin.Doucette, Matt.Peters [CL 32580894 by zousar shaker in ue5-main branch]
2024-03-28 12:16:40 -04:00
..
Internal
…
Private
Don't have the cook director close the worker socket before forcible worker process termination and detach because otherwise DetachFromRemoteProcess won't call OnMultiprocessWorkerDetached for the worker leading to issues like DerivedDataReplay emitting in error because a worker is not detached and it can't merge replay files. Also have the multi-process detach context inform the delegate of whether the detach was abnormal so that delegate methods can make context-appropriate choices about how to handle abnormal detach scenarios. The derived data replay mechanism will ignore replays from abnormally detached processes when doing replay merging and warn about the fact that the replay is incomplete.
2024-03-28 12:16:40 -04:00
Public
Changed Derived Data Cache Usage UI to use the same Resource Stats as Studio Telemetry
2024-01-30 12:02:31 -05:00
Tests
…
DerivedDataCache.Build.cs
…