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

#include <AssetManager.h>

Public Member Functions

bool operator== (const FAssetManagerDownloadParams &Right) const =default
 

Public Attributes

FStreamableDownloadPriority Priority = UE::StreamableManager::Private::DownloadDefaultPriority
 
bool bInstallSoftReferences = false
 

Detailed Description

EXPERIMENTAL - Additional parameters for downloading packages Asset Manager will automatically create a FStreamableDownloadCachePin for each primary asset requested with download params. Cache pins can be retrieved with FStreamableHandle::GetDownloadCachePins() Cache pins will be released along with the primary asset or when bundle state changes.

Member Function Documentation

◆ operator==()

bool FAssetManagerDownloadParams::operator== ( const FAssetManagerDownloadParams Right) const
default

Member Data Documentation

◆ bInstallSoftReferences

bool FAssetManagerDownloadParams::bInstallSoftReferences = false

If set, any soft references will also be installed

◆ Priority

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

Download priority


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