| 124 | } |
| 125 | |
| 126 | void UFlowGraph::NotifyGraphChanged() |
| 127 | { |
| 128 | if (UFlowAsset* FlowAsset = GetFlowAsset()) |
| 129 | { |
| 130 | FlowAsset->HarvestNodeConnections(); |
| 131 | } |
| 132 | |
| 133 | Super::NotifyGraphChanged(); |
| 134 | } |
| 135 | |
| 136 | UFlowAsset* UFlowGraph::GetFlowAsset() const |
| 137 | { |
no test coverage detected