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

12 lines
203 B
C
Raw Normal View History

2025-05-11 22:07:21 +08:00
// Copyright (c) 2024 Sentry. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class SentryScreenshotUtils
{
public:
static bool CaptureScreenshot(const FString& ScreenshotSavePath);
};