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

Method AddInput

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

Source from the content-addressed store, hash-verified

1122}
1123
1124void SFlowGraphEditor::AddInput() const
1125{
1126 for (UFlowGraphNode* SelectedNode : GetSelectedFlowNodes())
1127 {
1128 SelectedNode->AddUserInput();
1129 }
1130}
1131
1132bool SFlowGraphEditor::CanAddInput() const
1133{

Callers

nothing calls this directly

Calls 1

AddUserInputMethod · 0.80

Tested by

no test coverage detected