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
8
namespace
BuildPatchServices
9
{
10
class
FMockPlatformMisc
11
{
12
public
:
13
static
uint32
GetLastError()
14
{
15
return
0;
16
}
17
};
18
}
19
20
#endif
//WITH_DEV_AUTOMATION_TESTS
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
uint32
uint32_t uint32
Definition
binka_ue_file_header.h:6
BuildPatchServices
Definition
BuildPatchFileConstructor.h:28
Engine
Source
Runtime
Online
BuildPatchServices
Private
Tests
Mock
PlatformMisc.mock.h
Generated by
1.9.8