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