![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| class | FAsyncGraphTask |
Functions | |
| void | AsyncTask (ENamedThreads::Type Thread, TUniqueFunction< void()> Function) |
| void AsyncTask | ( | ENamedThreads::Type | Thread, |
| TUniqueFunction< void()> | Function | ||
| ) |
Convenience function for executing code asynchronously on the Task Graph.
| Thread | The name of the thread to run on. |
| Function | The function to execute. |