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

Method AddSubNode

Source/FlowEditor/Private/Graph/Widgets/SFlowGraphNode.cpp:949–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949void SFlowGraphNode::AddSubNode(const TSharedPtr<SGraphNode> SubNodeWidget)
950{
951 SubNodes.Add(SubNodeWidget);
952
953 SubNodeBox->AddSlot().AutoHeight()
954 [
955 SubNodeWidget.ToSharedRef()
956 ];
957}
958
959FText SFlowGraphNode::GetTitle() const
960{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected