Files
UnrealEngineUWP/Engine/Source/Runtime/Online/BackgroundHTTP/Public/Android/AndroidPlatformBackgroundHttp.h
aurel cordonnier 02c0f425e8 Copy up from Release-Engine-Staging @ 16738359
This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719

[CL 16738582 by aurel cordonnier in ue5-release-engine-test branch]
2021-06-22 00:27:54 -04:00

8 lines
299 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "PlatformWithModularFeature/ModularFeaturePlatformBackgroundHttp.h"
//Android makes use of a modular game feature for it's BackgroundHttp implementation
typedef FModularFeaturePlatformBackgroundHttp FPlatformBackgroundHttp;