// Copyright Epic Games, Inc. All Rights Reserved. #include "ScreenShotComparisonSettings.h" UScreenShotComparisonSettings::UScreenShotComparisonSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { //DefaultScreenshotResolution = FIntPoint(1920, 1080); }