| 232 | virtual void DestroyNode() override; |
| 233 | virtual void NodeConnectionListChanged() override; |
| 234 | virtual void FindDiffs(class UEdGraphNode* OtherNode, struct FDiffResults& Results) override; |
| 235 | virtual FString GetPropertyNameAndValueForDiff(const FProperty* Prop, const uint8* PropertyAddr) const override; |
| 236 | // -- |
| 237 |
nothing calls this directly
no outgoing calls
no test coverage detected