UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ApplePlatformBackgroundHttpResponse.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 "
Interfaces/IBackgroundHttpRequest.h
"
7
11
class
FApplePlatformBackgroundHttpResponse
12
:
public
FBackgroundHttpResponseImpl
13
{
14
public
:
15
//Provide constructor to create an already
16
FApplePlatformBackgroundHttpResponse
(
int32
ResponseCode
,
const
FString&
TempContentFilePath
);
17
};
BackgroundHttpResponseImpl.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
IBackgroundHttpRequest.h
FApplePlatformBackgroundHttpResponse
Definition
ApplePlatformBackgroundHttpResponse.h:13
FBackgroundHttpResponseImpl
Definition
BackgroundHttpResponseImpl.h:14
FBackgroundHttpResponseImpl::ResponseCode
int32 ResponseCode
Definition
BackgroundHttpResponseImpl.h:25
FBackgroundHttpResponseImpl::TempContentFilePath
FString TempContentFilePath
Definition
BackgroundHttpResponseImpl.h:24
Engine
Source
Runtime
Online
BackgroundHTTP
Public
IOS
ApplePlatformBackgroundHttpResponse.h
Generated by
1.9.8