![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BackgroundHttpResponseImpl.h>
Inheritance diagram for FBackgroundHttpResponseImpl:Public Member Functions | |
| FBackgroundHttpResponseImpl () | |
| virtual | ~FBackgroundHttpResponseImpl () |
| virtual int32 | GetResponseCode () const |
| virtual const FString & | GetTempContentFilePath () const |
Public Member Functions inherited from IBackgroundHttpResponse | |
| virtual | ~IBackgroundHttpResponse ()=default |
Protected Attributes | |
| FString | TempContentFilePath |
| int32 | ResponseCode |
Contains implementation of some common functions that don't vary between implementation
| FBackgroundHttpResponseImpl::FBackgroundHttpResponseImpl | ( | ) |
|
inlinevirtual |
|
virtual |
Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes. Same as HttpRequest (non-background)
Implements IBackgroundHttpResponse.
|
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.
Implements IBackgroundHttpResponse.
|
protected |
|
protected |