Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBaseGraphTask
Description
Call on a currently active task to add a nested task, which will delay any subsequent tasks until the nested task completes. AddPrerequisites should be used instead if the task has not yet been launched.
| Name | DontCompleteUntil |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
void DontCompleteUntil
(
FGraphEventRef NestedTask
)