MCPcopy 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
423void SFindInFlow::OnSearchTextCommitted(const FText& Text, ETextCommit::Type)
424{
425 SearchValue = Text.ToString();
426
427 InitiateSearch();
428}
429
430FReply SFindInFlow::OnSearchButtonClicked()
431{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.80

Tested by

no test coverage detected