You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
32 lines
955 B
C
32 lines
955 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
AutomationWindowPrivatePCH.h: Pre-compiled header file for the AutomationWindow module.
|
|
=============================================================================*/
|
|
|
|
#include "../Public/AutomationWindow.h"
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "Messaging.h"
|
|
|
|
#include "AutomationController.h"
|
|
#include "DesktopPlatformModule.h"
|
|
#include "IFilter.h"
|
|
#include "SessionServices.h"
|
|
#include "Slate.h"
|
|
#include "EditorStyle.h"
|
|
|
|
|
|
/* Private includes
|
|
*****************************************************************************/
|
|
|
|
#include "SAutomationWindowCommandBar.h"
|
|
#include "SAutomationExportMenu.h"
|
|
#include "AutomationFilter.h"
|
|
#include "SAutomationWindow.h"
|
|
#include "SAutomationTestItemContextMenu.h"
|
|
#include "SAutomationTestItem.h"
|