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
460bdb76379573e457cdb40ee5fe68ff6fa235cf
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DerivedDataCache
History
zousar shaker
e7e33882d3
Change the internal use of cache flags in the DDC hierarchy to have the flag usage be atomic and avoid needing to take a write lock of the nodes lock when the flags are being set. This is to avoid an issue where recursive read locks can lead to deadlocks in the presence of a write lock. A future change is planned to alter the locks to ones that support recursive use, at which point this change will no longer be necessary.
...
#rb Devin.Doucette [CL 30597063 by zousar shaker in ue5-main branch]
2024-01-12 12:47:57 -05:00
..
Internal
…
Private
Change the internal use of cache flags in the DDC hierarchy to have the flag usage be atomic and avoid needing to take a write lock of the nodes lock when the flags are being set. This is to avoid an issue where recursive read locks can lead to deadlocks in the presence of a write lock. A future change is planned to alter the locks to ones that support recursive use, at which point this change will no longer be necessary.
2024-01-12 12:47:57 -05:00
Public
For local Zen DDC connections show the path where data is store in the Cache Statistics tab for DDC instead of local ip address
2024-01-09 06:08:29 -05:00
Tests
DDC: Fixed the tests of the cache hierarchy
2023-06-08 10:50:44 -04:00
DerivedDataCache.Build.cs
Removed redundant module includes.
2023-05-11 16:48:21 -04:00