Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for installing/downloading on-demand content.
| Name | FOnDemandInstallArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandInstallArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentHandle | FOnDemandContentHandle | Content handle. | IO/IoStoreOnDemand.h | |
| DebugName | FSharedString | Optional debug name . | IO/IoStoreOnDemand.h | |
| MountId | FString | Install all content from containers matching this mount ID. | IO/IoStoreOnDemand.h | |
| Options | EOnDemandInstallOptions | Install options. | IO/IoStoreOnDemand.h | |
| PackageIds | TArray< FPackageId > | Package ID's to install. | IO/IoStoreOnDemand.h | |
| Priority | int32 | Priority. | IO/IoStoreOnDemand.h | |
| TagSets | TArray< FString > | Install content matching a set of tag(s) and optionally the mount ID. | IO/IoStoreOnDemand.h |