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

Method GetDescriptionText

Source/FlowEditor/Private/Find/FindInFlow.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164FString FFindInFlowResult::GetDescriptionText() const
165{
166 if (const UFlowGraphNode* FlowGraphNode = Cast<UFlowGraphNode>(GraphNode.Get()))
167 {
168 return FlowGraphNode->GetNodeDescription();
169 }
170
171 return FString();
172}
173
174FString FFindInFlowResult::GetCommentText() const
175{

Callers

nothing calls this directly

Calls 3

FStringClass · 0.85
GetMethod · 0.80
GetNodeDescriptionMethod · 0.45

Tested by

no test coverage detected