UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FOnDemandGetInstallSizeArgs Struct Reference

#include <IoStoreOnDemand.h>

Public Attributes

FString MountId
 
TArray< FString > TagSets
 
TArray< FPackageIdPackageIds
 
EOnDemandGetInstallSizeOptions Options = EOnDemandGetInstallSizeOptions::None
 
FOnDemandContentHandle ContentHandle
 

Detailed Description

Arguments for getting the size of on-demand content.

Member Data Documentation

◆ ContentHandle

FOnDemandContentHandle UE::IoStore::FOnDemandGetInstallSizeArgs::ContentHandle

Pin existing chunk(s) with the specified content handle and compute remaining bytes to download.

◆ MountId

FString UE::IoStore::FOnDemandGetInstallSizeArgs::MountId

Get total install size for containers matching this mount ID.

◆ Options

EOnDemandGetInstallSizeOptions UE::IoStore::FOnDemandGetInstallSizeArgs::Options = EOnDemandGetInstallSizeOptions::None

Options

◆ PackageIds

TArray<FPackageId> UE::IoStore::FOnDemandGetInstallSizeArgs::PackageIds

Get total intall size for the specified package IDs.

◆ TagSets

TArray<FString> UE::IoStore::FOnDemandGetInstallSizeArgs::TagSets

Get total install size for the specified tag(s) and optionally matching the mount ID.


The documentation for this struct was generated from the following file: