Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpRequest
Description
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.
Derived Overrides
| Name | SetRequestID |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpRequest.h |
| Include Path | #include "Interfaces/IBackgroundHttpRequest.h" |
void SetRequestID
(
const FString & NewRequestID
)
Parameters
| Name | Remarks |
|---|---|
| NewRequestID | FString to set the Request ID to. |