diff --git a/Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp b/Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp index 8e3e2326..6f1916af 100644 --- a/Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp +++ b/Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp @@ -122,7 +122,7 @@ void UFlowGraphNode::PostEditImport() // Reset the owning graph after an edit import ResetNodeOwner(); - + UpdateNodeClassData(); if (NodeInstance) { InitializeInstance();