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

Method HasPrevDifference

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

Source from the content-addressed store, hash-verified

77}
78
79bool FlowDiffUtils::HasPrevDifference(const SListView<TSharedPtr<FDiffSingleResult>>& ListView, const TArray<TSharedPtr<FDiffSingleResult>>& ListViewSource)
80{
81 const int32 CurrentIndex = GetCurrentIndex(ListView, ListViewSource);
82 return ListViewSource.IsValidIndex(CurrentIndex - 1);
83}
84
85BEGIN_SLATE_FUNCTION_BUILD_OPTIMIZATION
86

Callers

nothing calls this directly

Calls 1

GetCurrentIndexFunction · 0.85

Tested by

no test coverage detected