// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationGraph.h" #define LOCTEXT_NAMESPACE "AnimationGraph" ///////////////////////////////////////////////////// // UAnimationGraph UAnimationGraph::UAnimationGraph(const FPostConstructInitializeProperties& PCIP) : Super(PCIP) { } #undef LOCTEXT_NAMESPACE