Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpRequest
Description
Sets the associated Requeset's Priority for Background Downloadings. Where possible, we attempt to finish downloads in lowest-priority first order.
Derived Overrides
| Name | SetRequestPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include Path | #include "Interfaces/IBackgroundHttpRequest.h" |
void SetRequestPriority
(
EBackgroundHTTPPriority NewPriority
)
Parameters
| Name | Remarks |
|---|---|
| uint32 | describing priority of this download. Lower happens first and thus 0 is the highest priority. |