Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Holds information about progress for an install request.
| Name | FOnDemandInstallProgress |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandInstallProgress
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentInstallSize | uint64 | The size currently installed/downloaded (<= TotalInstallSize). | IO/IoStoreOnDemand.h | |
| TotalContentSize | uint64 | The total size of the requested content. | IO/IoStoreOnDemand.h | |
| TotalInstallSize | uint64 | The total size to be installed/downloaded (<= TotalContentSize). | IO/IoStoreOnDemand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnDemandInstallProgress & Combine
(
const FOnDemandInstallProgress& Other |
IO/IoStoreOnDemand.h | ||
float GetAbsoluteProgress() |
IO/IoStoreOnDemand.h | ||
uint64 GetAlreadyDownloadedSize() |
IO/IoStoreOnDemand.h | ||
uint64 GetCachedSize() |
IO/IoStoreOnDemand.h | ||
float GetRelativeProgress() |
IO/IoStoreOnDemand.h | ||
uint64 GetTotalDownloadSize() |
IO/IoStoreOnDemand.h | ||
uint64 GetTotalSize() |
IO/IoStoreOnDemand.h |