Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/Interfaces > API/Runtime/BackgroundHTTP/Interfaces/IBackgroundHttpResponse
- IBackgroundHttpResponse::GetTempContentFilePath()
- FBackgroundHttpResponseImpl::GetTempContentFilePath()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpResponse.h |
| Include | #include "Interfaces/IBackgroundHttpResponse.h" |
const FString & GetTempContentFilePath() const
Remarks
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. FString representing the FilePath to the temporary file.