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
/
Runtime
/
Core
/
Private
/
Async
History
steve robb
66266c6a11
Fixed up DerivedDataCache, DesktopPlatform, ApplicationCore, AssetRegistry, Core, CoreUObject, Projects, Sockets code to use EAllowShrinking instead of bools.
...
[CL 30676428 by steve robb in ue5-main branch]
2024-01-17 19:51:06 -05:00
..
Fundamental
[Scheduler]
2023-11-23 07:04:09 -05:00
Async.cpp
…
ExternalMutex.cpp
SOL-4839 - Use free bits in VCell header to create mutex's in subclasses which require them instead of them having their own mutex members.
2023-10-23 19:30:12 -04:00
InheritedContext.cpp
Replaced UE_NODISCARD with [[nodiscard]].
2024-01-12 10:47:04 -05:00
Mutex.cpp
…
ParallelFor.cpp
…
ParkingLot.cpp
Fixed up DerivedDataCache, DesktopPlatform, ApplicationCore, AssetRegistry, Core, CoreUObject, Projects, Sockets code to use EAllowShrinking instead of bools.
2024-01-17 19:51:06 -05:00
RecursiveMutex.cpp
…
TaskGraph.cpp
Alllow applications to limit the total number of worker threads in TaskGraph
2024-01-11 06:52:25 -05:00
TaskTrace.cpp
…
WordMutex.cpp
…