Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h
Ryan Vance 7c51ff94af Merging //UE4/Dev-Main to Dev-VR (//UE4/Dev-VR)
CL 1 of 8
#rb integration

[CL 4748712 by Ryan Vance in Dev-VR branch]
2019-01-17 18:54:05 -05:00

33 lines
1.0 KiB
C

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ScreenShotComparisonTools.h: ScreenShotComparisonTools module public header file.
=============================================================================*/
#pragma once
/* Boilerplate
*****************************************************************************/
#include "Misc/MonolithicHeaderBoilerplate.h"
MONOLITHIC_HEADER_BOILERPLATE()
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "Modules/ModuleManager.h"
#include "Misc/IFilter.h"
#include "Misc/TextFilter.h"
#include "Misc/FilterCollection.h"
#include "ScreenShotFilterCollection.h"
/* Interfaces
*****************************************************************************/
#include "ImageComparer.h"
#include "ScreenShotDataItem.h"
#include "Interfaces/IScreenShotData.h"
#include "Interfaces/IScreenShotManager.h"
#include "Interfaces/IScreenShotToolsModule.h"