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

Method AddOutput

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

Source from the content-addressed store, hash-verified

1143}
1144
1145void SFlowGraphEditor::AddOutput() const
1146{
1147 for (UFlowGraphNode* SelectedNode : GetSelectedFlowNodes())
1148 {
1149 SelectedNode->AddUserOutput();
1150 }
1151}
1152
1153bool SFlowGraphEditor::CanAddOutput() const
1154{

Callers

nothing calls this directly

Calls 1

AddUserOutputMethod · 0.80

Tested by

no test coverage detected