Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FBackgroundHttpResponseImpl
- IBackgroundHttpResponse::GetTempContentFilePath()
- FBackgroundHttpResponseImpl::GetTempContentFilePath()
References
| Module | BackgroundHTTP |
| Header | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpResponseImpl.h |
| Include | #include "BackgroundHttpResponseImpl.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/BackgroundHttpResponseImpl.cpp |
virtual 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.