Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for getting the size of on-demand content.
| Name | FOnDemandGetInstallSizeArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandGetInstallSizeArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentHandle | FOnDemandContentHandle | Pin existing chunk(s) with the specified content handle and compute remaining bytes to download. | IO/IoStoreOnDemand.h | |
| MountId | FString | Get total install size for containers matching this mount ID. | IO/IoStoreOnDemand.h | |
| Options | EOnDemandGetInstallSizeOptions | Options | IO/IoStoreOnDemand.h | |
| PackageIds | TArray< FPackageId > | Get total intall size for the specified package IDs. | IO/IoStoreOnDemand.h | |
| TagSets | TArray< FString > | Get total install size for the specified tag(s) and optionally matching the mount ID. | IO/IoStoreOnDemand.h |