Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FAsyncReadRequestNull
- IAsyncReadRequest::WaitCompletionImpl()
- FAsyncReadRequestNull::WaitCompletionImpl()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncFileHandleNull.h |
| Include | #include "Async/AsyncFileHandleNull.h" |
virtual void WaitCompletionImpl
&40;
float TimeLimitSeconds
&41;
Remarks
Waits for the request to complete, but not longer than the given time limit true if the request is complete
Parameters
| Name | Description |
|---|---|
| TimeLimitSeconds | Zero to wait forever, otherwise the maximum amount of time to wait. |