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
ca59cdae9d906a3d9f9fbf0baeba2fa6d462e30e
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DirectoryWatcher
/
Private
History
matt peters
f227506cb2
AssetRegistry+DirectoryWatcher: Fix indefinite delay of directory change notifications (and therefore new asset notifications) from FDirectoryWatcherWindows when a dialog box is active. MsgWaitForMultipleObjects is both slower then SleepEx for the processing of notifications, and suffers from the indefinite delay which SleepEx does not.
...
#rb Patrick.Enfedaque #rnx [CL 30014037 by matt peters in ue5-main branch]
2023-11-30 09:29:45 -05:00
..
Linux
…
Mac
…
Tests
…
Windows
AssetRegistry+DirectoryWatcher: Fix indefinite delay of directory change notifications (and therefore new asset notifications) from FDirectoryWatcherWindows when a dialog box is active. MsgWaitForMultipleObjects is both slower then SleepEx for the processing of notifications, and suffers from the indefinite delay which SleepEx does not.
2023-11-30 09:29:45 -05:00
DirectoryWatcherModule.cpp
…
DirectoryWatcherPrivate.h
…
DirectoryWatcherProxy.cpp
…
DirectoryWatcherProxy.h
…
DirectoryWatcherStub.h
…
DirectoryWatcherTests.cpp
…
FileCache.cpp
…
FileCacheUtilities.cpp
…