| 588 | } |
| 589 | |
| 590 | void 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 | |
| 598 | void UFlowNodeBase::FixNode(UEdGraphNode* NewGraphNode) |
| 599 | { |
no outgoing calls
no test coverage detected