![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Contains implementation of some common functions that don't vary between implementation
| FGenericPlatformBackgroundHttpResponse::FGenericPlatformBackgroundHttpResponse | ( | int32 | ResponseCode, |
| const FString & | TempContentFilePath | ||
| ) |
| FGenericPlatformBackgroundHttpResponse::FGenericPlatformBackgroundHttpResponse | ( | FHttpRequestPtr | HttpRequestIn, |
| FHttpResponsePtr | HttpResponse, | ||
| bool | bSuccess | ||
| ) |