Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include | #include "Interfaces/IBackgroundHttpRequest.h" |
Syntax
enum EBackgroundHTTPPriority
{
High,
Normal,
Low,
Num,
}
Values
| Name | Description |
|---|---|
| High | |
| Normal | |
| Low | |
| Num |
Remarks
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!