Files
sara schvartzman edf3f05c9d RigVM: Move most of the functionality from ControlRigEditor to RigVMEditor
#rb na
#jira UE-180111
#p4v-cherrypick 26307242

[CL 26541122 by sara schvartzman in 5.3 branch]
2023-07-24 08:41:43 -04:00

19 lines
415 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Graph/ControlRigGraphNode.h"
#include "Graph/ControlRigGraph.h"
#include "Graph/ControlRigGraphSchema.h"
#include "IControlRigEditorModule.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(ControlRigGraphNode)
#define LOCTEXT_NAMESPACE "ControlRigGraphNode"
UControlRigGraphNode::UControlRigGraphNode()
: URigVMEdGraphNode()
{
}
#undef LOCTEXT_NAMESPACE