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

Method HasNextDifference

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

Source from the content-addressed store, hash-verified

71}
72
73bool FlowDiffUtils::HasNextDifference(const SListView<TSharedPtr<FDiffSingleResult>>& ListView, const TArray<TSharedPtr<FDiffSingleResult>>& ListViewSource)
74{
75 const int32 CurrentIndex = GetCurrentIndex(ListView, ListViewSource);
76 return ListViewSource.IsValidIndex(CurrentIndex + 1);
77}
78
79bool FlowDiffUtils::HasPrevDifference(const SListView<TSharedPtr<FDiffSingleResult>>& ListView, const TArray<TSharedPtr<FDiffSingleResult>>& ListViewSource)
80{

Callers

nothing calls this directly

Calls 1

GetCurrentIndexFunction · 0.85

Tested by

no test coverage detected