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

Class FDiffSingleResult

Source/FlowEditor/Public/Asset/SFlowDiff.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace FlowDiffUtils
19{
20 FLOWEDITOR_API void SelectNextRow(SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource);
21 FLOWEDITOR_API void SelectPrevRow(SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource);
22 FLOWEDITOR_API bool HasNextDifference(const SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource);
23 FLOWEDITOR_API bool HasPrevDifference(const SListView<TSharedPtr<struct FDiffSingleResult>>& ListView, const TArray<TSharedPtr<struct FDiffSingleResult>>& ListViewSource);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected