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
47c94de653eac7d7043dc61596597fd9bc655b15
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DirectoryWatcher
/
Private
History
steve robb
6d5b974842
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
...
[CL 30735396 by steve robb in ue5-main branch]
2024-01-19 19:41:56 -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
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 19:41:56 -05:00
FileCacheUtilities.cpp
…