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 FOnDemandInstallProgress
Remarks
Holds information about progress for an install request.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | CurrentInstallSize | The size currently installed/downloaded (<= TotalInstallSize). | |
| uint64 | TotalContentSize | The total size of the requested content. | |
| uint64 | TotalInstallSize | The total size to be installed/downloaded (<= TotalContentSize). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | |||
| uint64 | |||
| float | GetProgress () |
||
| uint64 | |||
| uint64 | GetTotalSize () |