Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpRequestImpl
- IBackgroundHttpRequest::SetRequestID()
- FBackgroundHttpRequestImpl::SetRequestID()
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 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. |