Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
The task unlocks all its subsequents on completion. returns false if the task is already completed and the subsequent wasn't added
| Name | AddSubsequent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
bool AddSubsequent
(
FTaskBase & Subsequent
)