UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AndroidPlatformHttp.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
#include "
GenericPlatform/GenericPlatformHttp.h
"
5
9
class
FAndroidPlatformHttp
:
public
FGenericPlatformHttp
10
{
11
public
:
12
16
static
HTTP_API
void
Init
();
17
23
static
HTTP_API
FHttpManager
*
CreatePlatformHttpManager
();
24
28
static
HTTP_API
void
Shutdown
();
29
35
static
HTTP_API
IHttpRequest
*
ConstructRequest
();
36
42
static
HTTP_API
TOptional<FString>
GetOperatingSystemProxyAddress
();
43
51
static
HTTP_API
bool
IsOperatingSystemProxyInformationSupported
();
52
};
53
54
55
typedef
FAndroidPlatformHttp
FPlatformHttp
;
FPlatformHttp
FAndroidPlatformHttp FPlatformHttp
Definition
AndroidPlatformHttp.h:55
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformHttp.h
FAndroidPlatformHttp
Definition
AndroidPlatformHttp.h:10
FAndroidPlatformHttp::CreatePlatformHttpManager
static HTTP_API FHttpManager * CreatePlatformHttpManager()
Definition
AndroidPlatformHttp.cpp:12
FAndroidPlatformHttp::Shutdown
static HTTP_API void Shutdown()
Definition
AndroidPlatformHttp.cpp:17
FAndroidPlatformHttp::Init
static HTTP_API void Init()
Definition
AndroidPlatformHttp.cpp:7
FAndroidPlatformHttp::IsOperatingSystemProxyInformationSupported
static HTTP_API bool IsOperatingSystemProxyInformationSupported()
Definition
AndroidPlatformHttp.cpp:47
FAndroidPlatformHttp::GetOperatingSystemProxyAddress
static HTTP_API TOptional< FString > GetOperatingSystemProxyAddress()
Definition
AndroidPlatformHttp.cpp:27
FAndroidPlatformHttp::ConstructRequest
static HTTP_API IHttpRequest * ConstructRequest()
Definition
AndroidPlatformHttp.cpp:22
FGenericPlatformHttp
Definition
GenericPlatformHttp.h:58
FHttpManager
Definition
HttpManager.h:116
IHttpRequest
Definition
IHttpRequest.h:171
TOptional
Definition
Optional.h:131
Engine
Source
Runtime
Online
HTTP
Public
Android
AndroidPlatformHttp.h
Generated by
1.9.8