Navigation
API > API/Runtime > API/Runtime/Engine
EXPERIMENTAL - Additional parameters for downloading packages
| Name | FStreamableDownloadParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
Syntax
struct FStreamableDownloadParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDownloadOnly | bool | If set, request will complete after download, no assets will be loaded | Engine/StreamableManager.h | |
| bInstallSoftReferences | bool | If set, any soft references will also be installed | Engine/StreamableManager.h | |
| CachePin | FStreamableDownloadCachePin | Handle to keep packages in the local cache. If no cache pin is provided, a new one will be created. | Engine/StreamableManager.h | |
| Priority | FStreamableDownloadPriority | Download priority | Engine/StreamableManager.h |