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
a5087e8000faeab83aa8eeee45ede410b69cb8ac
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Public
/
Async
History
Andriy Tylychko
1d617c8757
fixed a discrepency between declaration of FBaseGraphTask::LifeStage and its usage
...
#preflight 6274f0a3594b7a20314df456 [CL 20073670 by Andriy Tylychko in ue5-main branch]
2022-05-06 06:12:29 -04:00
..
Fundamental
use non-inlined GetActiveTasks() in modular builds because ActiveTask can't be dllexport if it is also thread_local.
2022-04-26 09:14:06 -04:00
Async.h
Add new Unit Tests
2022-03-31 07:45:37 -04:00
AsyncFileHandle.h
…
AsyncFileHandleNull.h
…
AsyncResult.h
Allow TAsyncResult<void> by disabling the const ref constructor for non-referenceable result types
2022-03-03 21:20:46 -05:00
AsyncWork.h
Add base class for FAsyncTask to make it easier to interact with while keeping its templated type an implementation detail
2022-03-15 07:50:05 -04:00
Future.h
Support for non-default constructable types in TPromise
2022-01-26 11:57:45 -05:00
IAsyncProgress.h
…
IAsyncTask.h
…
LocalWorkQueue.h
FEM - Move GetActiveTask as it is a Property of the Task.
2022-01-24 02:44:12 -05:00
MappedFileHandle.h
…
ParallelFor.h
CompressedBuffer: Changed RawHash to FIoHash
2022-03-11 16:21:11 -05:00
TaskGraphInterfaces.h
fixed a discrepency between declaration of FBaseGraphTask::LifeStage and its usage
2022-05-06 06:12:29 -04:00
TaskTrace.h
…