Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Async.h |
| Include | #include "Async/Async.h" |
| Source | /Engine/Source/Runtime/Core/Private/Async/Async.cpp |
void AsyncTask
(
ENamedThreads::Type Thread,
TUniqueFunction < void> Function
)
Remarks
Convenience function for executing code asynchronously on the Task Graph.
Parameters
| Name | Description |
|---|---|
| Thread | The name of the thread to run on. |
| Function | The function to execute. |