Choose your operating system:
Windows
macOS
Linux
| IAsyncReadRequest
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/AsyncFileHandleNull.h |
Include |
#include "Async/AsyncFileHandleNull.h" |
class FAsyncReadRequestNull : public IAsyncReadRequest
IAsyncReadRequest returned from FAsyncReadFileHandleNull; guaranteed to be a cancelled readrequest with no size or bytes when the Callback is called.
Name | Description | |
---|---|---|
|
FAsyncReadRequestNull ( |
Name | Description | ||
---|---|---|---|
|
CancelImpl() |
Cancel the request. This is a non-blocking async call and so does not ensure completion! |
|
|
WaitCompletionImpl ( |
Waits for the request to complete, but not longer than the given time limit |