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

#include <IoStoreOnDemand.h>

Public Attributes

uint64 InstallSize = 0
 
TOptional< uint64DownloadSize = 0
 

Detailed Description

Holds information about an install size request.

Member Data Documentation

◆ DownloadSize

TOptional<uint64> UE::IoStore::FOnDemandInstallSizeResult::DownloadSize = 0

The total size to download. This value is set when pinning existing chunk(s).

◆ InstallSize

uint64 UE::IoStore::FOnDemandInstallSizeResult::InstallSize = 0

The total size of the content.


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