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
10
12
13#elif PLATFORM_LINUX
14
16
18
19#elif PLATFORM_MAC
20
21#include "Mac/MacErrorReport.h"
22
24
25#elif PLATFORM_IOS
26
27#include "IOS/IOSErrorReport.h"
28
30
31#elif PLATFORM_ANDROID
32
34
36
37#else
38
40
41#endif // PLATFORM_LINUX
FGenericErrorReport FPlatformErrorReport
Definition PlatformErrorReport.h:39
Definition AndroidErrorReport.h:16
Definition GenericErrorReport.h:20
Definition IOSErrorReport.h:11
Definition LinuxErrorReport.h:16
Definition MacErrorReport.h:11
Definition WindowsErrorReport.h:11