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

Method SelectSingleNode

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

Source from the content-addressed store, hash-verified

463}
464
465void SFlowGraphEditor::SelectSingleNode(UEdGraphNode* Node)
466{
467 ClearSelectionSet();
468 SetNodeSelection(Node, true);
469}
470
471void SFlowGraphEditor::OnSelectedNodesChanged(const TSet<UObject*>& Nodes)
472{

Callers 2

CreateNodeMethod · 0.80
OnBrowseClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected