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
7#include "CoreMinimal.h"
8#include "HAL/Platform.h"
10
12
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 GenericPlatformBackgroundHttp.h:19
static BACKGROUNDHTTP_API void Initialize()
Definition GenericPlatformBackgroundHttp.cpp:10
static BACKGROUNDHTTP_API FBackgroundHttpManagerPtr CreatePlatformBackgroundHttpManager()
Definition GenericPlatformBackgroundHttp.cpp:18
static BACKGROUNDHTTP_API void Shutdown()
Definition GenericPlatformBackgroundHttp.cpp:14
static BACKGROUNDHTTP_API FBackgroundHttpResponsePtr ConstructBackgroundResponse(int32 ResponseCode, const FString &TempFilePath)
Definition GenericPlatformBackgroundHttp.cpp:28
static BACKGROUNDHTTP_API FBackgroundHttpRequestPtr ConstructBackgroundRequest()
Definition GenericPlatformBackgroundHttp.cpp:23
Definition IBackgroundHttpManager.h:10