Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/IAsyncReadRequest
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncFileHandle.h |
| Include | #include "Async/AsyncFileHandle.h" |
uint8 &42; GetReadResults&40;&41;
Remarks
Return the bytes of a completed read request. Not legal to call unless the request is complete. Returned memory block which if non-null contains the bytes read. Caller owns the memory block and must call FMemory::Free on it when done. Can be null if the file was not found or could not be read or the request was cancelled, or the request had AIOP_FLAG_PRECACHE.