Files
UnrealEngine/Engine/Source/Developer/CrashDebugHelper/Private/Linux/CrashDebugHelperLinux.cpp
2025-05-18 13:04:45 +08:00

9 lines
200 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "CrashDebugHelperLinux.h"
bool FCrashDebugHelperLinux::CreateMinidumpDiagnosticReport( const FString& InCrashDumpName )
{
return true;
}