Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
Tries to get execution permission and if successful, executes given task body and completes the task if there're no pending nested tasks. does all required accounting before/after task execution. the task can be deleted as a result of this call.
| Name | TryExecuteTask |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
bool TryExecuteTask()
true if the task was executed by the current thread