Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ OnSearchTextCommitted
Method
OnSearchTextCommitted
Source/FlowEditor/Private/Find/FindInFlow.cpp:423–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
void SFindInFlow::OnSearchTextCommitted(const FText& Text, ETextCommit::Type)
424
{
425
SearchValue = Text.ToString();
426
427
InitiateSearch();
428
}
429
430
FReply SFindInFlow::OnSearchButtonClicked()
431
{
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.80
Tested by
no test coverage detected