![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoStoreOnDemand.h>
Public Member Functions | |
| FOnDemandInstallProgress & | Combine (const FOnDemandInstallProgress &Other) |
| uint64 | GetTotalDownloadSize () const |
| uint64 | GetAlreadyDownloadedSize () const |
| float | GetRelativeProgress () const |
| float | GetAbsoluteProgress () const |
| uint64 | GetCachedSize () const |
| uint64 | GetTotalSize () const |
Public Attributes | |
| uint64 | TotalContentSize = 0 |
| uint64 | TotalInstallSize = 0 |
| uint64 | CurrentInstallSize = 0 |
Holds information about progress for an install request.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| uint64 UE::IoStore::FOnDemandInstallProgress::CurrentInstallSize = 0 |
The size currently installed/downloaded (<= TotalInstallSize).
| uint64 UE::IoStore::FOnDemandInstallProgress::TotalContentSize = 0 |
The total size of the requested content.
| uint64 UE::IoStore::FOnDemandInstallProgress::TotalInstallSize = 0 |
The total size to be installed/downloaded (<= TotalContentSize).