![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoStoreOnDemand.h>
Public Attributes | |
| FString | MountId |
| TArray< FString > | TagSets |
| TArray< FPackageId > | PackageIds |
| FOnDemandContentHandle | ContentHandle |
| EOnDemandInstallOptions | Options = EOnDemandInstallOptions::None |
| int32 | Priority = 0 |
| FSharedString | DebugName |
Arguments for installing/downloading on-demand content.
| FOnDemandContentHandle UE::IoStore::FOnDemandInstallArgs::ContentHandle |
Content handle.
| FSharedString UE::IoStore::FOnDemandInstallArgs::DebugName |
Optional debug name .
| FString UE::IoStore::FOnDemandInstallArgs::MountId |
Install all content from containers matching this mount ID.
| EOnDemandInstallOptions UE::IoStore::FOnDemandInstallArgs::Options = EOnDemandInstallOptions::None |
Install options.
| TArray<FPackageId> UE::IoStore::FOnDemandInstallArgs::PackageIds |
Package ID's to install.
| int32 UE::IoStore::FOnDemandInstallArgs::Priority = 0 |
Priority.
| TArray<FString> UE::IoStore::FOnDemandInstallArgs::TagSets |
Install content matching a set of tag(s) and optionally the mount ID.