Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
FString FFindInFlowResult::GetCommentText() const
175
{
176
return GraphNode.IsValid() ? GraphNode->NodeComment : FString();
177
}
178
179
FString FFindInFlowResult::GetNodeTypeText() const
180
{
Callers
nothing calls this directly
Calls
2
FString
Class · 0.85
IsValid
Method · 0.80
Tested by
no test coverage detected