Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/FTaskBase
| Type | Name | Description | |
|---|---|---|---|
| bool | AddPrerequisites
(
FTaskBase& Prerequisite |
The task will be executed only when all prerequisites are completed. | |
| bool | AddPrerequisites
(
const HigherLevelTaskType& Prerequisite |
The task will be executed only when all prerequisites are completed. | |
| void | AddPrerequisites
(
const PrerequisiteCollectionType& InPrerequisites |
The task will be executed only when all prerequisites are completed. |