// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AnimGraphPrivatePCH.h" #include "AnimationStateMachineGraph.h" #define LOCTEXT_NAMESPACE "AnimationGraph" ///////////////////////////////////////////////////// // UAnimationStateMachineGraph UAnimationStateMachineGraph::UAnimationStateMachineGraph(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { bAllowDeletion = false; bAllowRenaming = true; } #undef LOCTEXT_NAMESPACE