Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
Tries to schedule task execution but has additional tracking to ensure a task is not scheduled more than once. This method should only be used when scheduling more than once is allowed/practical (e.g. FTaskEvent). Returns false if the task has been triggered before or has incomplete dependencies (prerequisites or is blocked by a pipe). In the latter case, the task will be automatically scheduled when all dependencies are completed.
| Name | Trigger |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
bool Trigger
(
uint64 TaskSize
)