Remove Matinee related headers from Engine.h, and add only where needed

#codereview matt.kuhlenschmidt

[CL 2081832 by James Golding in Main branch]
This commit is contained in:
James Golding
2014-05-22 06:52:28 -04:00
committed by UnrealBot
parent 0b5715ee23
commit 131420beb5
81 changed files with 320 additions and 126 deletions

View File

@@ -3,6 +3,8 @@
#include "BlueprintGraphPrivatePCH.h"
#include "KismetCompiler.h"
#include "Runtime/Engine/Public/MatineeDelegates.h"
#include "Matinee/MatineeActor.h"
#include "Matinee/InterpData.h"
UK2Node_MatineeController::UK2Node_MatineeController(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)