![]() |
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 |
| EOnDemandGetInstallSizeOptions | Options = EOnDemandGetInstallSizeOptions::None |
| FOnDemandContentHandle | ContentHandle |
Arguments for getting the size of on-demand content.
| FOnDemandContentHandle UE::IoStore::FOnDemandGetInstallSizeArgs::ContentHandle |
Pin existing chunk(s) with the specified content handle and compute remaining bytes to download.
| FString UE::IoStore::FOnDemandGetInstallSizeArgs::MountId |
Get total install size for containers matching this mount ID.
| EOnDemandGetInstallSizeOptions UE::IoStore::FOnDemandGetInstallSizeArgs::Options = EOnDemandGetInstallSizeOptions::None |
Options
| TArray<FPackageId> UE::IoStore::FOnDemandGetInstallSizeArgs::PackageIds |
Get total intall size for the specified package IDs.
| TArray<FString> UE::IoStore::FOnDemandGetInstallSizeArgs::TagSets |
Get total install size for the specified tag(s) and optionally matching the mount ID.