Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP > API/Runtime/BackgroundHTTP/FGenericPlatformBackgroundHttpRe-_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericPlatformBackgroundHttpResponse
(
int32 ResponseCode, |
Provide constructor to create an already. | GenericPlatform/GenericPlatformBackgroundHttpResponse.h | |
FGenericPlatformBackgroundHttpResponse
(
FHttpRequestPtr HttpRequestIn, |
Provide constuctor to create a request from underlying HttpRequest information. | GenericPlatform/GenericPlatformBackgroundHttpResponse.h |
FGenericPlatformBackgroundHttpResponse(int32, const FString &)
Description
Provide constructor to create an already.
| Name | FGenericPlatformBackgroundHttpResponse |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpResponse.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpResponse.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/GenericPlatform/GenericPlatformBackgroundHttpResponse.cpp |
FGenericPlatformBackgroundHttpResponse
(
int32 ResponseCode,
const FString & TempContentFilePath
)
FGenericPlatformBackgroundHttpResponse(FHttpRequestPtr, FHttpResponsePtr, bool)
Description
Provide constuctor to create a request from underlying HttpRequest information.
| Name | FGenericPlatformBackgroundHttpResponse |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTP/Public/GenericPlatform/GenericPlatformBackgroundHttpResponse.h |
| Include Path | #include "GenericPlatform/GenericPlatformBackgroundHttpResponse.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTP/Private/GenericPlatform/GenericPlatformBackgroundHttpResponse.cpp |
FGenericPlatformBackgroundHttpResponse
(
FHttpRequestPtr HttpRequestIn,
FHttpResponsePtr HttpResponse,
bool bSuccess
)