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

Method NotifyGraphChanged

Source/FlowEditor/Private/Graph/FlowGraph.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void UFlowGraph::NotifyGraphChanged()
127{
128 if (UFlowAsset* FlowAsset = GetFlowAsset())
129 {
130 FlowAsset->HarvestNodeConnections();
131 }
132
133 Super::NotifyGraphChanged();
134}
135
136UFlowAsset* UFlowGraph::GetFlowAsset() const
137{

Callers 6

RecreateNodeMethod · 0.80
ImportNodeMethod · 0.80
AddSubNodeMethod · 0.80
HandleUndoTransactionMethod · 0.80
OnBreakpointHitMethod · 0.80

Calls 2

GetFlowAssetFunction · 0.85

Tested by

no test coverage detected