Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Holds information about an install size request.
| Name | FOnDemandInstallSizeResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandInstallSizeResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DownloadSize | TOptional< uint64 > | The total size to download. This value is set when pinning existing chunk(s). | IO/IoStoreOnDemand.h | |
| InstallSize | uint64 | The total size of the content. | IO/IoStoreOnDemand.h |