13 lines
337 B
C++
13 lines
337 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "AnimGraphNode_StateMachine.h"
|
|
|
|
/////////////////////////////////////////////////////
|
|
// UAnimGraphNode_StateMachine
|
|
|
|
UAnimGraphNode_StateMachine::UAnimGraphNode_StateMachine(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
bCanRenameNode = true;
|
|
}
|