Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
The task is completed when its subsequents list is closed and no more can be added
| Name | FSubsequents |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
Syntax
template<typename AllocatorType>
class FSubsequents
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsClosed | std::atomic< bool > | Tasks/TaskPrivate.h | ||
| Mutex | UE::FMutex | Tasks/TaskPrivate.h | ||
| Subsequents | TArray< FTaskBase *, AllocatorType > | Tasks/TaskPrivate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Tasks/TaskPrivate.h | |||
bool IsClosed() |
Tasks/TaskPrivate.h | ||
bool PushIfNotClosed
(
FTaskBase* NewItem |
Tasks/TaskPrivate.h |