UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformErrorReport.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
7
#if PLATFORM_WINDOWS
8
9
#include "
Windows/WindowsErrorReport.h
"
10
11
typedef
FWindowsErrorReport
FPlatformErrorReport
;
12
13
#elif PLATFORM_LINUX
14
15
#include "
Linux/LinuxErrorReport.h
"
16
17
typedef
FLinuxErrorReport
FPlatformErrorReport
;
18
19
#elif PLATFORM_MAC
20
21
#include "
Mac/MacErrorReport.h
"
22
23
typedef
FMacErrorReport
FPlatformErrorReport
;
24
25
#elif PLATFORM_IOS
26
27
#include "
IOS/IOSErrorReport.h
"
28
29
typedef
FIOSErrorReport
FPlatformErrorReport
;
30
31
#elif PLATFORM_ANDROID
32
33
#include "
Android/AndroidErrorReport.h
"
34
35
typedef
FAndroidErrorReport
FPlatformErrorReport
;
36
37
#else
38
39
typedef
FGenericErrorReport
FPlatformErrorReport
;
40
41
#endif
// PLATFORM_LINUX
AndroidErrorReport.h
CoreMinimal.h
IOSErrorReport.h
LinuxErrorReport.h
MacErrorReport.h
FPlatformErrorReport
FGenericErrorReport FPlatformErrorReport
Definition
PlatformErrorReport.h:39
WindowsErrorReport.h
FAndroidErrorReport
Definition
AndroidErrorReport.h:16
FGenericErrorReport
Definition
GenericErrorReport.h:20
FIOSErrorReport
Definition
IOSErrorReport.h:11
FLinuxErrorReport
Definition
LinuxErrorReport.h:16
FMacErrorReport
Definition
MacErrorReport.h:11
FWindowsErrorReport
Definition
WindowsErrorReport.h:11
Engine
Source
Runtime
CrashReportCore
Public
PlatformErrorReport.h
Generated by
1.9.8