MCPcopy 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
943void SFindInFlow::OnGetChildren(FSearchResult InItem, TArray<FSearchResult>& OutChildren)
944{
945 OutChildren = InItem->Children;
946}
947
948void SFindInFlow::OnTreeSelectionChanged(FSearchResult Item, ESelectInfo::Type)
949{

Callers 1

ConstructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected