![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IBackgroundHttpResponse.h>
Inheritance diagram for IBackgroundHttpResponse:Public Member Functions | |
| virtual int32 | GetResponseCode () const =0 |
| virtual const FString & | GetTempContentFilePath () const =0 |
| virtual | ~IBackgroundHttpResponse ()=default |
Interface for Http Background Responses
|
virtualdefault |
Destructor for overrides
Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes. Same as HttpRequest (non-background)
Implemented in FBackgroundHttpResponseImpl.
|
pure virtual |
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.
Implemented in FBackgroundHttpResponseImpl.