| 471 | } |
| 472 | |
| 473 | void 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 | |
| 484 | void UFlowGraph::EnqueueRerouteTypeFixup(UFlowGraphNode_Reroute* RerouteNode) |
| 485 | { |