Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpRequestImpl
- IBackgroundHttpRequest::SetRequestPriority()
- FBackgroundHttpRequestImpl::SetRequestPriority()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include | #include "BackgroundHttpRequestImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpRequestImpl.cpp |
virtual 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. |