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 FOnDemandInstallArgs
Remarks
Arguments for installing/downloading on-demand content.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnDemandContentHandle | ContentHandle | Content handle. | |
| FString | MountId | Install all content from containers matching this mount ID. | |
| EOnDemandInstallOptions | Options | Install options. | |
| TArray< FPackageId > | PackageIds | Package ID's to install. | |
| TArray< FString > | TagSets | Install content matching a set of tag(s) and optionally the mount ID. | |
| FString | Url | URL from where to download the chunks. |