MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / EndModification

Method EndModification

Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.cpp:279–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 void FlowNode::PostModify()
280 {
281 // Only trigger refresh for nodes in a graph
282 if ( HasParentGraph() )
283 {
284 RefreshDynamicPins();
285 }
286
287 BaseNode::PostModify();
288 }
289
290 //-------------------------------------------------------------------------
291

Callers 5

PasteNodesMethod · 0.45
StopDraggingNodeMethod · 0.45

Calls 2

HasParentGraphFunction · 0.85
RefreshDynamicPinsFunction · 0.85

Tested by

no test coverage detected