Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ OnGetChildren
Method
OnGetChildren
Source/FlowEditor/Private/Find/FindInFlow.cpp:943–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
}
942
943
void SFindInFlow::OnGetChildren(FSearchResult InItem, TArray<FSearchResult>& OutChildren)
944
{
945
OutChildren = InItem->Children;
946
}
947
948
void SFindInFlow::OnTreeSelectionChanged(FSearchResult Item, ESelectInfo::Type)
949
{
Callers
1
Construct
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected