UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStreamableDownloadParams Struct Reference

#include <StreamableManager.h>

Public Attributes

FStreamableDownloadCachePin CachePin
 
FStreamableDownloadPriority Priority = UE::StreamableManager::Private::DownloadDefaultPriority
 
bool bInstallSoftReferences = false
 
bool bDownloadOnly = false
 

Detailed Description

EXPERIMENTAL - Additional parameters for downloading packages

Member Data Documentation

◆ bDownloadOnly

bool FStreamableDownloadParams::bDownloadOnly = false

If set, request will complete after download, no assets will be loaded

◆ bInstallSoftReferences

bool FStreamableDownloadParams::bInstallSoftReferences = false

If set, any soft references will also be installed

◆ CachePin

FStreamableDownloadCachePin FStreamableDownloadParams::CachePin

Handle to keep packages in the local cache. If no cache pin is provided, a new one will be created.

◆ Priority

FStreamableDownloadPriority FStreamableDownloadParams::Priority = UE::StreamableManager::Private::DownloadDefaultPriority

Download priority


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