| 65 | } |
| 66 | |
| 67 | void CEdGraphNode::NotifyValueEdited() |
| 68 | { |
| 69 | if (OwningGraph != nullptr) |
| 70 | { |
| 71 | OwningGraph->NotifyContentChanged(); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | FString CEdGraphNode::GetNodeTitleText() const |
| 76 | { |
| 77 | return FString(GetNodeDisplayName()); |
| 78 | } |
| 79 | |
| 80 | void CEdGraphNode::DrawNodeTitleBar() |
| 81 | { |