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

#include <GenericPlatformBackgroundHttpResponse.h>

+ Inheritance diagram for FGenericPlatformBackgroundHttpResponse:

Public Member Functions

 FGenericPlatformBackgroundHttpResponse (int32 ResponseCode, const FString &TempContentFilePath)
 
 FGenericPlatformBackgroundHttpResponse (FHttpRequestPtr HttpRequestIn, FHttpResponsePtr HttpResponse, bool bSuccess)
 
- Public Member Functions inherited from FBackgroundHttpResponseImpl
 FBackgroundHttpResponseImpl ()
 
virtual ~FBackgroundHttpResponseImpl ()
 
virtual int32 GetResponseCode () const
 
virtual const FString & GetTempContentFilePath () const
 
- Public Member Functions inherited from IBackgroundHttpResponse
virtual ~IBackgroundHttpResponse ()=default
 

Additional Inherited Members

- Protected Attributes inherited from FBackgroundHttpResponseImpl
FString TempContentFilePath
 
int32 ResponseCode
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGenericPlatformBackgroundHttpResponse() [1/2]

FGenericPlatformBackgroundHttpResponse::FGenericPlatformBackgroundHttpResponse ( int32  ResponseCode,
const FString &  TempContentFilePath 
)

◆ FGenericPlatformBackgroundHttpResponse() [2/2]

FGenericPlatformBackgroundHttpResponse::FGenericPlatformBackgroundHttpResponse ( FHttpRequestPtr  HttpRequestIn,
FHttpResponsePtr  HttpResponse,
bool  bSuccess 
)

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