Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Contains implementation of some common functions that don't vary between implementation
| Name | FBackgroundHttpResponseImpl |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/BackgroundHttpResponseImpl.h |
| Include Path | #include "BackgroundHttpResponseImpl.h" |
Syntax
class FBackgroundHttpResponseImpl : public IBackgroundHttpResponse
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBackgroundHttpResponseImpl() |
BackgroundHttpResponseImpl.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBackgroundHttpResponseImpl() |
BackgroundHttpResponseImpl.h |
Functions
Public
Overridden from IBackgroundHttpResponse
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetResponseCode() |
IHttpBackgroundResponse. | BackgroundHttpResponseImpl.h | |
virtual const FString & GetTempContentFilePath () |
Gets the file name that our temporary content file will be stored in. | BackgroundHttpResponseImpl.h |