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