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

Method GeneratePanel

Source/FlowEditor/Private/Asset/SFlowDiff.cpp:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void FFlowDiffPanel::GeneratePanel(UEdGraph* NewGraph, UEdGraph* OldGraph)
508{
509 const TSharedPtr<TArray<FDiffSingleResult>> Diff = MakeShared<TArray<FDiffSingleResult>>();
510 FGraphDiffControl::DiffGraphs(OldGraph, NewGraph, *Diff);
511 GeneratePanel(NewGraph, Diff, {});
512}
513
514void FFlowDiffPanel::GeneratePanel(UEdGraph* Graph, TSharedPtr<TArray<FDiffSingleResult>> DiffResults, TAttribute<int32> FocusedDiffResult)
515{

Callers 1

HandleGraphChangedMethod · 0.80

Calls 2

IsValidMethod · 0.80
GetFunction · 0.50

Tested by

no test coverage detected