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

Function OnNodeInstanceRemoved

Source/FlowEditor/Public/Graph/FlowGraph.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 virtual void CollectAllNodeInstances(TSet<UObject*>& NodeInstances);
96 virtual bool CanRemoveNestedObject(UObject* TestObject) const;
97 virtual void OnNodeInstanceRemoved(UObject* NodeInstance) {}
98
99 static UEdGraphPin* FindGraphNodePin(UEdGraphNode* Node, const EEdGraphPinDirection Direction);
100

Callers 1

RemoveOrphanedNodesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected