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

Method ReconstructNode

Source/FlowEditor/Private/Graph/FlowGraphEditor.cpp:1103–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103void SFlowGraphEditor::ReconstructNode() const
1104{
1105 for (UFlowGraphNode* SelectedNode : GetSelectedFlowNodes())
1106 {
1107 SelectedNode->ReconstructNode();
1108 }
1109}
1110
1111bool SFlowGraphEditor::CanReconstructNode() const
1112{

Callers 3

CreateNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected