Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FTaskGraphInterface
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
void WaitUntilTasksComplete
&40;
const FGraphEventArray & Tasks,
ENamedThreads::Type CurrentThreadIfKnown
&41;
Remarks
Requests that a named thread, which must be this thread, run until a list of tasks is complete.
Parameters
| Name | Description |
|---|---|
| Tasks | tasks to wait for |
| CurrentThread | This thread, must be a named thread |