Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EStreamableProgressType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
Syntax
enum EStreamableProgressType
{
Load,
DownloadRelative,
DownloadAbsolute,
}
Values
| Name | Remarks |
|---|---|
| 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. |