Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
Tries to schedule task execution. Returns false if the task has incomplete dependencies (prerequisites or is blocked by a pipe). In this case the task will be automatically scheduled when all dependencies are completed.
| Name | TryLaunch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
bool TryLaunch
(
uint64 TaskSize
)