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

Method GetCommentText

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

Source from the content-addressed store, hash-verified

172}
173
174FString FFindInFlowResult::GetCommentText() const
175{
176 return GraphNode.IsValid() ? GraphNode->NodeComment : FString();
177}
178
179FString FFindInFlowResult::GetNodeTypeText() const
180{

Callers

nothing calls this directly

Calls 2

FStringClass · 0.85
IsValidMethod · 0.80

Tested by

no test coverage detected