UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ApplePlatformBackgroundHttp.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4#pragma once
5
6#include "CoreMinimal.h"
7
11
17{
18public:
22 static void Initialize();
23
27 static void Shutdown();
28
33 static FBackgroundHttpManagerPtr CreatePlatformBackgroundHttpManager();
34
41 static FBackgroundHttpRequestPtr ConstructBackgroundRequest();
42
49 static FBackgroundHttpResponsePtr ConstructBackgroundResponse(int32 ResponseCode, const FString& TempFilePath);
50};
51
52//Setup Platform Implementation calls to point here at the Apple Implementation
FApplePlatformBackgroundHttp FPlatformBackgroundHttp
Definition ApplePlatformBackgroundHttp.h:53
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ApplePlatformBackgroundHttp.h:17