Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenshotComparisonSettings.cpp

12 lines
291 B
C++
Raw Normal View History

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