Go to the source code of this file.
◆ FStreamableDelegate
Defines FStreamableDelegate delegate interface
◆ FStreamableDelegateWithHandle
◆ FStreamableDownloadPriority
EXPERIMENTAL - download priority
◆ FStreamableUpdateDelegate
◆ TStreamableHandleContextDataTypeID
◆ anonymous enum
| Enumerator |
|---|
| TStreamableHandleContextDataTypeIDInvalid | |
◆ EStreamableManagerCombinedHandleOptions
| Enumerator |
|---|
| None | |
| MergeDebugNames | If present, the DebugName of the merged handle will concatenate DebugName of all merged handles, otherwise it will be set to DebugName argument.
|
| RedirectParents | If present, existing parent handles will be redirected to point to the merged handle, otherwise they will continue pointing to the child handles directly.
|
| SkipNulls | If present, nullptr handles are ignored (and will not be present in the merged handle), otherwise merged handle creation will fail when nullptr handles are present.
|
◆ EStreamableProgressType
| Enumerator |
|---|
| Load | Load progress
|
| DownloadRelative | Progress of downloading packages that were not installed when the request was issued.
|
| DownloadAbsolute | Progress of the total percentage of installed packages for the request.
|
◆ ENUM_CLASS_FLAGS()