UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformBackgroundHttp.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4
#pragma once
5
6
#include "
Containers/UnrealString.h
"
7
#include "
CoreMinimal.h
"
8
#include "
HAL/Platform.h
"
9
#include "
Interfaces/IBackgroundHttpRequest.h
"
10
11
class
IBackgroundHttpManager
;
12
18
class
FGenericPlatformBackgroundHttp
19
{
20
public
:
24
static
BACKGROUNDHTTP_API
void
Initialize
();
25
29
static
BACKGROUNDHTTP_API
void
Shutdown
();
30
35
static
BACKGROUNDHTTP_API
FBackgroundHttpManagerPtr
CreatePlatformBackgroundHttpManager
();
36
43
static
BACKGROUNDHTTP_API
FBackgroundHttpRequestPtr
ConstructBackgroundRequest
();
44
51
static
BACKGROUNDHTTP_API
FBackgroundHttpResponsePtr
ConstructBackgroundResponse
(
int32
ResponseCode,
const
FString& TempFilePath);
52
};
CoreMinimal.h
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
IBackgroundHttpRequest.h
UnrealString.h
FGenericPlatformBackgroundHttp
Definition
GenericPlatformBackgroundHttp.h:19
FGenericPlatformBackgroundHttp::Initialize
static BACKGROUNDHTTP_API void Initialize()
Definition
GenericPlatformBackgroundHttp.cpp:10
FGenericPlatformBackgroundHttp::CreatePlatformBackgroundHttpManager
static BACKGROUNDHTTP_API FBackgroundHttpManagerPtr CreatePlatformBackgroundHttpManager()
Definition
GenericPlatformBackgroundHttp.cpp:18
FGenericPlatformBackgroundHttp::Shutdown
static BACKGROUNDHTTP_API void Shutdown()
Definition
GenericPlatformBackgroundHttp.cpp:14
FGenericPlatformBackgroundHttp::ConstructBackgroundResponse
static BACKGROUNDHTTP_API FBackgroundHttpResponsePtr ConstructBackgroundResponse(int32 ResponseCode, const FString &TempFilePath)
Definition
GenericPlatformBackgroundHttp.cpp:28
FGenericPlatformBackgroundHttp::ConstructBackgroundRequest
static BACKGROUNDHTTP_API FBackgroundHttpRequestPtr ConstructBackgroundRequest()
Definition
GenericPlatformBackgroundHttp.cpp:23
IBackgroundHttpManager
Definition
IBackgroundHttpManager.h:10
TSharedPtr< class IBackgroundHttpManager, ESPMode::ThreadSafe >
Engine
Source
Runtime
Online
BackgroundHTTP
Public
GenericPlatform
GenericPlatformBackgroundHttp.h
Generated by
1.9.8