Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStore/OnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandInstallResult
Remarks
Holds information about an install request.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | DurationInSeconds | Duration in seconds. | |
| FOnDemandInstallProgress | Progress | Final progress for the install request. | |
| FIoStatus | Status | The status of the install request. |