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

Method UnregisterNode

Source/Flow/Private/FlowAsset.cpp:504–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void UFlowAsset::UnregisterNode(const FGuid& NodeGuid)
505{
506 Nodes.Remove(NodeGuid);
507 Nodes.Compact();
508
509 HarvestNodeConnections();
510
511 MarkPackageDirty();
512}
513
514void UFlowAsset::HarvestNodeConnections(UFlowNode* TargetNode)
515{

Callers 2

DeleteSelectedNodesMethod · 0.80
ImportBlueprintGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected