Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetTempFileLocationForURL
(
const FString& URL |
Interfaces/IBackgroundHttpManager.h | ||
FString GetTempFileLocationForURL
(
const FString& URL, |
Function that returns an FString fullpath where we would expect the given URL's temp part of the given RequestID to be located | Interfaces/IBackgroundHttpManager.h |
GetTempFileLocationForURL(const FString &)
| Name | GetTempFileLocationForURL |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include Path | #include "Interfaces/IBackgroundHttpManager.h" |
FString GetTempFileLocationForURL
(
const FString & URL
)
GetTempFileLocationForURL(const FString &, const FString &)
Description
Function that returns an FString fullpath where we would expect the given URL's temp part of the given RequestID to be located
| Name | GetTempFileLocationForURL |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpManager.h |
| Include Path | #include "Interfaces/IBackgroundHttpManager.h" |
FString GetTempFileLocationForURL
(
const FString & URL,
const FString & RequestID
)