MCPcopy 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
418void SFindInFlow::OnSearchTextChanged(const FText& Text)
419{
420 SearchValue = Text.ToString();
421}
422
423void SFindInFlow::OnSearchTextCommitted(const FText& Text, ETextCommit::Type)
424{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.80

Tested by

no test coverage detected