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

Method DiffProperties

Source/FlowEditor/Private/Asset/FlowObjectDiff.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void FFlowObjectDiff::DiffProperties(TArray<FSingleObjectDiffEntry>& OutPropertyDiffsArray) const
71{
72 if (OldDetailsView.IsValid() && NewDetailsView.IsValid())
73 {
74 static constexpr bool bSortByDisplayOrder = true;
75 OldDetailsView->DiffAgainst(*NewDetailsView.Get(), OutPropertyDiffsArray, bSortByDisplayOrder);
76 }
77}
78
79void FFlowObjectDiff::OnSelectDiff(const FSingleObjectDiffEntry& Property) const
80{

Callers 1

GenerateTreeEntriesMethod · 0.80

Calls 2

IsValidMethod · 0.80
GetMethod · 0.80

Tested by

no test coverage detected