UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpManager.mock.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
5#include "Tests/TestHelpers.h"
8
9#if WITH_DEV_AUTOMATION_TESTS
10
11namespace BuildPatchServices
12{
14 : public IHttpManager
15 {
16 public:
19 {
20 }
21
22 virtual TSharedRef<IHttpRequest, ESPMode::ThreadSafe> CreateRequest() override
23 {
26 }
27
28 public:
30 };
31}
32
33#endif //WITH_DEV_AUTOMATION_TESTS
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 SharedPointer.h:153
Definition BuildPatchFileConstructor.h:28