Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Enum used to describe download priority. Higher priorities will be downloaded first. Note: Should always be kept in High -> Low priority order if adding more Priorities!
| Name | EBackgroundHTTPPriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include Path | #include "Interfaces/IBackgroundHttpRequest.h" |
Syntax
enum EBackgroundHTTPPriority
{
High,
Normal,
Low,
Num,
}
Values
| Name | Remarks |
|---|---|
| High | |
| Normal | |
| Low | |
| Num |