MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / FocusForUse

Method FocusForUse

Source/FlowEditor/Private/Find/FindInFlow.cpp:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void SFindInFlow::FocusForUse() const
410{
411 if (SearchTextField.IsValid())
412 {
413 FSlateApplication::Get().SetKeyboardFocus(SearchTextField.ToSharedRef());
414 SearchTextField->SelectAllText();
415 }
416}
417
418void SFindInFlow::OnSearchTextChanged(const FText& Text)
419{

Callers 1

SearchInAssetMethod · 0.80

Calls 2

IsValidMethod · 0.80
GetFunction · 0.50

Tested by

no test coverage detected