zworld-em/Plugins/sentry-unreal/Source/Sentry/Private/Utils/SentryFileUtils.h

13 lines
234 B
C
Raw Permalink Normal View History

2025-05-11 22:07:21 +08:00
// Copyright (c) 2023 Sentry. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class SentryFileUtils
{
public:
static FString GetGameLogPath();
static FString GetGameLogBackupPath();
static FString GetGpuDumpPath();
};