2014-12-07 19:09:38 -05:00
|
|
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
2014-03-14 14:13:41 -04:00
|
|
|
|
2014-06-25 05:47:19 -04:00
|
|
|
#pragma once
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
#include "Engine.h"
|
2014-06-25 05:47:19 -04:00
|
|
|
|
|
|
|
|
#include "Core.h"
|
|
|
|
|
#include "CoreUObject.h"
|
|
|
|
|
#include "InputCore.h"
|
|
|
|
|
#include "EngineDefines.h"
|
|
|
|
|
#include "EngineSettings.h"
|
|
|
|
|
#include "EngineStats.h"
|
|
|
|
|
#include "EngineLogs.h"
|
|
|
|
|
#include "EngineGlobals.h"
|
|
|
|
|
|
2014-03-14 14:13:41 -04:00
|
|
|
#include "FunctionalTest.h"
|
2014-04-23 19:29:53 -04:00
|
|
|
#include "FunctionalAITest.h"
|
2014-03-14 14:13:41 -04:00
|
|
|
#include "Developer/MessageLog/Public/MessageLogModule.h"
|
|
|
|
|
#include "MessageLog.h"
|
|
|
|
|
#include "IFuncTestManager.h"
|
|
|
|
|
#include "FuncTestManager.h"
|
|
|
|
|
#include "FunctionalTestingManager.h"
|
|
|
|
|
#include "FunctionalTestingModule.h"
|
|
|
|
|
#include "FuncTestRenderingComponent.h"
|