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

Method OnTreeSelectionChanged

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

Source from the content-addressed store, hash-verified

946}
947
948void SFindInFlow::OnTreeSelectionChanged(FSearchResult Item, ESelectInfo::Type)
949{
950 if (Item.IsValid())
951 {
952 Item->OnClick(FlowAssetEditorPtr);
953 }
954}
955
956void SFindInFlow::OnTreeSelectionDoubleClicked(FSearchResult Item)
957{

Callers

nothing calls this directly

Calls 2

IsValidMethod · 0.80
OnClickMethod · 0.80

Tested by

no test coverage detected