Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FOnDemandRequest
Request status.
| Name | EStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
enum EStatus
{
None,
Pending,
Ok,
Cancelled,
Error,
}
Values
| Name | Remarks |
|---|---|
| None | The request has not been issued. |
| Pending | The request is pending. |
| Ok | The request completed successfully. |
| Cancelled | The request was cancelled. |
| Error | The request failed. |