Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Interface for Http Background Responses
| Name | IBackgroundHttpResponse |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/Interfaces/IBackgroundHttpResponse.h |
| Include Path | #include "Interfaces/IBackgroundHttpResponse.h" |
Syntax
class IBackgroundHttpResponse
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBackgroundHttpResponse() |
Destructor for overrides | Interfaces/IBackgroundHttpResponse.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetResponseCode () |
Gets the response code returned by the requested server. | Interfaces/IBackgroundHttpResponse.h | |
const FString & GetTempContentFilePath () |
Gets the file name that our temporary content file will be stored in. | Interfaces/IBackgroundHttpResponse.h |