UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformBackgroundHttpResponse.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
BackgroundHttpResponseImpl.h
"
6
#include "
Containers/UnrealString.h
"
7
#include "
HAL/Platform.h
"
8
#include "
Interfaces/IHttpRequest.h
"
9
13
class
FGenericPlatformBackgroundHttpResponse
14
:
public
FBackgroundHttpResponseImpl
15
{
16
public
:
17
//Provide constructor to create an already
18
FGenericPlatformBackgroundHttpResponse
(
int32
ResponseCode
,
const
FString&
TempContentFilePath
);
19
20
//Provide constuctor to create a request from underlying HttpRequest information
21
FGenericPlatformBackgroundHttpResponse
(
FHttpRequestPtr
HttpRequestIn
,
FHttpResponsePtr
HttpResponse,
bool
bSuccess
);
22
};
BackgroundHttpResponseImpl.h
bSuccess
bool bSuccess
Definition
ConvexDecomposition3.cpp:819
Platform.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
IHttpRequest.h
UnrealString.h
FBackgroundHttpResponseImpl
Definition
BackgroundHttpResponseImpl.h:14
FBackgroundHttpResponseImpl::ResponseCode
int32 ResponseCode
Definition
BackgroundHttpResponseImpl.h:25
FBackgroundHttpResponseImpl::TempContentFilePath
FString TempContentFilePath
Definition
BackgroundHttpResponseImpl.h:24
FGenericPlatformBackgroundHttpResponse
Definition
GenericPlatformBackgroundHttpResponse.h:15
TSharedPtr< IHttpRequest, ESPMode::ThreadSafe >
Engine
Source
Runtime
Online
BackgroundHTTP
Public
GenericPlatform
GenericPlatformBackgroundHttpResponse.h
Generated by
1.9.8