Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsyncTaskBase
Description
Returns true if the work and TASK has completed, false while it's still in progress. prior to returning true, it synchronizes so the task can be destroyed or reused
| Name | IsDone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include Path | #include "Async/AsyncWork.h" |
bool IsDone()