| 957 | } |
| 958 | |
| 959 | FText SFlowGraphNode::GetTitle() const |
| 960 | { |
| 961 | return GraphNode ? GraphNode->GetNodeTitle(ENodeTitleType::FullTitle) : FText::GetEmpty(); |
| 962 | } |
| 963 | |
| 964 | FText SFlowGraphNode::GetDescription() const |
| 965 | { |
nothing calls this directly
no test coverage detected