Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskGraphInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WaitUntilTaskCompletes
(
const FGraphEventRef& Task, |
Requests that a named thread, which must be this thread, run until a task is complete | Async/TaskGraphInterfaces.h | |
void WaitUntilTaskCompletes
(
FGraphEventRef&& Task, |
Async/TaskGraphInterfaces.h |
WaitUntilTaskCompletes(const FGraphEventRef &, ENamedThreads::Type)
Description
Requests that a named thread, which must be this thread, run until a task is complete
| Name | WaitUntilTaskCompletes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
void WaitUntilTaskCompletes
(
const FGraphEventRef & Task,
ENamedThreads::Type CurrentThreadIfKnown
)
Parameters
| Name | Remarks |
|---|---|
| Task | task to wait for |
| CurrentThread | This thread, must be a named thread |
WaitUntilTaskCompletes(FGraphEventRef &&, ENamedThreads::Type)
| Name | WaitUntilTaskCompletes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
void WaitUntilTaskCompletes
(
FGraphEventRef && Task,
ENamedThreads::Type CurrentThreadIfKnown
)