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

Method UnlockUpdates

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

Source from the content-addressed store, hash-verified

471}
472
473void UFlowGraph::UnlockUpdates()
474{
475 bLockUpdates = false;
476
477 // Apply any deferred reroute type updates first, while we're in a stable post-paste state.
478 ProcessPendingRerouteTypeFixups();
479
480 // Existing behavior
481 UpdateAsset();
482}
483
484void UFlowGraph::EnqueueRerouteTypeFixup(UFlowGraphNode_Reroute* RerouteNode)
485{

Callers 1

PasteNodesHereMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected