Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Interface for on-demand request types.
| Name | FOnDemandRequest |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
class FOnDemandRequest
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnDemandRequest() |
IO/IoStoreOnDemand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnDemandRequest() |
Destructor. | IO/IoStoreOnDemand.h |
Enums
Public
| Name | Remarks |
|---|---|
| EStatus | Request status. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EStatus GetStatus() |
Returns the current status. | IO/IoStoreOnDemand.h | |
bool IsCancelled() |
Returns true if the request was cancelled. | IO/IoStoreOnDemand.h | |
bool IsCompleted() |
Returns true if the request is completed. | IO/IoStoreOnDemand.h | |
bool IsError() |
Returns true if the request was unsuccessful. | IO/IoStoreOnDemand.h | |
bool IsNone() |
Returns true if the request is invalid. | IO/IoStoreOnDemand.h | |
bool IsOk() |
Returns true if the request was successful. | IO/IoStoreOnDemand.h | |
bool IsPending() |
Returns true if the request is pending. | IO/IoStoreOnDemand.h | |
bool IsPendingCallbacks() |
Returns true if the request is issuing callbacks. | IO/IoStoreOnDemand.h |