MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / SetupForEditing

Method SetupForEditing

Source/Flow/Private/Nodes/FlowNodeBase.cpp:590–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void UFlowNodeBase::SetupForEditing(UEdGraphNode& EdGraphNode)
591{
592 SetGraphNode(&EdGraphNode);
593
594 // Refresh the Config text when setting up this FlowNodeBase for editing
595 UpdateNodeConfigText();
596}
597
598void UFlowNodeBase::FixNode(UEdGraphNode* NewGraphNode)
599{

Calls

no outgoing calls

Tested by

no test coverage detected