| 873 | } |
| 874 | |
| 875 | void UFlowGraphSchema::BreakNodeLinks(UEdGraphNode& TargetNode) const |
| 876 | { |
| 877 | Super::BreakNodeLinks(TargetNode); |
| 878 | } |
| 879 | |
| 880 | void UFlowGraphSchema::BreakPinLinks(UEdGraphPin& TargetPin, bool bSendsNodeNotification) const |
| 881 | { |
no outgoing calls
no test coverage detected