UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBackgroundHttpResponseImpl Class Reference

#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
 

Detailed Description

Contains implementation of some common functions that don't vary between implementation

Constructor & Destructor Documentation

◆ FBackgroundHttpResponseImpl()

FBackgroundHttpResponseImpl::FBackgroundHttpResponseImpl ( )

◆ ~FBackgroundHttpResponseImpl()

virtual FBackgroundHttpResponseImpl::~FBackgroundHttpResponseImpl ( )
inlinevirtual

Member Function Documentation

◆ GetResponseCode()

int32 FBackgroundHttpResponseImpl::GetResponseCode ( ) const
virtual

Gets the response code returned by the requested server. See EHttpResponseCodes for known response codes. Same as HttpRequest (non-background)

Returns
the response code.

Implements IBackgroundHttpResponse.

◆ GetTempContentFilePath()

const FString & FBackgroundHttpResponseImpl::GetTempContentFilePath ( ) const
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.

Returns
FString representing the FilePath to the temporary file.

Implements IBackgroundHttpResponse.

Member Data Documentation

◆ ResponseCode

int32 FBackgroundHttpResponseImpl::ResponseCode
protected

◆ TempContentFilePath

FString FBackgroundHttpResponseImpl::TempContentFilePath
protected

The documentation for this class was generated from the following files: