Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpRequestImpl
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.
Virtual Inheritance
- IBackgroundHttpRequest::SetRequestID → FBackgroundHttpRequestImpl::SetRequestID
| Name | SetRequestID |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpRequestImpl.h |
| Include Path | #include "BackgroundHttpRequestImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpRequestImpl.cpp |
virtual void SetRequestID
(
const FString & NewRequestID
)
Parameters
| Name | Remarks |
|---|---|
| NewRequestID | FString to set the Request ID to. |