Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FAsyncTaskBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include | #include "Async/AsyncWork.h" |
bool WaitCompletionWithTimeout
(
float TimeLimitSeconds
)
Remarks
Wait until the job is complete, up to a time limit true if the task is completed
Parameters
| Name | Description |
|---|---|
| TimeLimitSeconds | Must be positive, otherwise polls same as calling IsDone() |