You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Engine source (Main branch up to CL 2026164)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define CRASH_REPORT_UNATTENDED_ONLY PLATFORM_LINUX
|
||||
|
||||
// Pre-compiled header includes
|
||||
#include "Core.h"
|
||||
#if !CRASH_REPORT_UNATTENDED_ONLY
|
||||
#include "Slate.h"
|
||||
#include "StandaloneRenderer.h"
|
||||
#endif // CRASH_REPORT_UNATTENDED_ONLY
|
||||
|
||||
DECLARE_LOG_CATEGORY_EXTERN(CrashReportClientLog, Log, All)
|
||||
|
||||
/** IP of server to send report to */
|
||||
extern const TCHAR* GServerIP;
|
||||
|
||||
/** Filename to use when saving diagnostics report (if generated locally) */
|
||||
extern const TCHAR* GDiagnosticsFilename;
|
||||
|
||||
/**
|
||||
* Run the crash report client app
|
||||
*/
|
||||
void RunCrashReportClient(const TCHAR* Commandline);
|
||||
Reference in New Issue
Block a user