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
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Public
/
Async
History
matt peters
1d5fe6d2ab
LLM - Changed bIsDisabled into a multi-state variable that includes the state NotYetKnown. During the NotYetKnown state, the multithreaded synchronization strategy is different, because some values that are normally immutable have not yet been initialized.
...
#jira UE-208554 #rb Jeff.Fisher #rnx [CL 32089115 by matt peters in ue5-main branch]
2024-03-07 11:42:48 -05:00
..
Fundamental
Replaced UE_NODISCARD with [[nodiscard]].
2024-01-12 10:47:04 -05:00
Async.h
…
AsyncFileHandle.h
Fix crash when running game with legacy pakfiles (-skipiostore). FPakReadRequestBase and all subclasses of IAsyncReadRequest need a default implementation for the new EnsureCompletion function rather than a fatal error if called.
2024-02-16 11:40:30 -05:00
AsyncFileHandleNull.h
Fix crash when running game with legacy pakfiles (-skipiostore). FPakReadRequestBase and all subclasses of IAsyncReadRequest need a default implementation for the new EnsureCompletion function rather than a fatal error if called.
2024-02-16 11:40:30 -05:00
AsyncResult.h
…
AsyncWork.h
AsyncCompilationHelper - Remove 16ms main thread sleep that happens per incomplete task and instead favours polling all tasks and sleeping once if not all tasks are complete.
2024-01-26 09:34:10 -05:00
EventCount.h
…
ExternalMutex.h
…
Future.h
Update TFuture/TSharedFuture to work with non-copyable types.
2024-01-09 11:44:37 -05:00
IAsyncProgress.h
…
IAsyncTask.h
…
InheritedContext.h
LLM - Changed bIsDisabled into a multi-state variable that includes the state NotYetKnown. During the NotYetKnown state, the multithreaded synchronization strategy is different, because some values that are normally immutable have not yet been initialized.
2024-03-07 11:42:48 -05:00
LocalWorkQueue.h
…
LockTags.h
…
ManualResetEvent.h
…
MappedFileHandle.h
…
Mutex.h
…
ParallelFor.h
Parallelize cached static raytracing primitives processing in FRayTracingSceneAddInstancesTask.
2024-02-13 08:42:23 -05:00
ParkingLot.h
…
RecursiveMutex.h
…
TaskGraphFwd.h
…
TaskGraphInterfaces.h
Deprecated IfAThenAOrB, IfPThenAOrB and XOR.
2024-01-24 06:25:47 -05:00
TaskTrace.h
…
UniqueLock.h
…
WordMutex.h
…