UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformMisc.mock.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
5
6#if WITH_DEV_AUTOMATION_TESTS
7
8namespace BuildPatchServices
9{
11 {
12 public:
13 static uint32 GetLastError()
14 {
15 return 0;
16 }
17 };
18}
19
20#endif //WITH_DEV_AUTOMATION_TESTS
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition BuildPatchFileConstructor.h:28