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