MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / GetTitle

Method GetTitle

Source/FlowEditor/Private/Graph/Widgets/SFlowGraphNode.cpp:959–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959FText SFlowGraphNode::GetTitle() const
960{
961 return GraphNode ? GraphNode->GetNodeTitle(ENodeTitleType::FullTitle) : FText::GetEmpty();
962}
963
964FText SFlowGraphNode::GetDescription() const
965{

Callers

nothing calls this directly

Calls 1

GetNodeTitleMethod · 0.80

Tested by

no test coverage detected