Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpResponseImpl
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.
Virtual Inheritance
- IBackgroundHttpResponse::GetTempContentFilePath → FBackgroundHttpResponseImpl::GetTempContentFilePath
| Name | GetTempContentFilePath |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpResponseImpl.h |
| Include Path | #include "BackgroundHttpResponseImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpResponseImpl.cpp |
virtual const FString & GetTempContentFilePath() const
FString representing the FilePath to the temporary file.