Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpRequest
- IBackgroundHttpRequest::SetRequestID()
- FBackgroundHttpRequestImpl::SetRequestID()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include | #include "Interfaces/IBackgroundHttpRequest.h" |
void SetRequestID
(
const FString & NewRequestID
)
Remarks
Sets the associated RequestID for this BackgroundDownload. Useful as we associate a background downlaod with multiple URLs, so this provides an easier way to identify the download with 1 string instead of checking multiple URLs.
Parameters
| Name | Description |
|---|---|
| NewRequestID | FString to set the Request ID to. |