Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IIoDispatcherBackend
Description
Create asynchronous read requests for the list of I/O request(s). The request(s) can span multiple chunks.
| Name | ResolveIoRequests |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoDispatcherBackend.h |
| Include Path | #include "IO/IoDispatcherBackend.h" |
void ResolveIoRequests
(
FIoRequestList Requests,
FIoRequestList & OutUnresolved
)
Parameters
| Name | Remarks |
|---|---|
| Requests | Request(s) to resolve. |
| OutUnresolved | Unresolved request(s) returned to the I/O dispatcher. |