Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/IBackgroundHttpResponse
Description
Gets the file name that our temporary content file will be stored in. HttpBackgroundRequests Download their files to a temp location and this can be used to get at the temporary file on disk and move it to your desired location.
Derived Overrides
| Name | GetTempContentFilePath |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpResponse.h |
| Include Path | #include "Interfaces/IBackgroundHttpResponse.h" |
const FString & GetTempContentFilePath() const
FString representing the FilePath to the temporary file.