// Copyright (c) 2024 Sentry. All Rights Reserved. #pragma once #include "CoreMinimal.h" class SentryScreenshotUtils { public: static bool CaptureScreenshot(const FString& ScreenshotSavePath); };