Choose your operating system:
Windows
macOS
Linux
Module |
|
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
)
Convenience function for executing code asynchronously on the Task Graph.
Parameter |
Description |
---|---|
Thread |
The name of the thread to run on. |
Function |
The function to execute. |