Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Sorts the rows in the parent node using a provided column sorter. Column sorters can be found on on TEDS UI widget constructors, or custom sorters can be created.
| Name | FRowSortNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsRowSortNode.h |
| Include Path | #include "TedsRowSortNode.h" |
Syntax
class FRowSortNode : public UE::Editor::DataStorage::QueryStack::IRowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRowSortNode
(
ICoreProvider& InStorage, |
TedsRowSortNode.h | ||
FRowSortNode
(
ICoreProvider& InStorge, |
TedsRowSortNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRowSortNode() |
TedsRowSortNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsParentUnique | bool | TedsRowSortNode.h | ||
| ColumnSorter | TSharedPtr< const FColumnSorterInterface > | TedsRowSortNode.h | ||
| LastUpdatedRevision | RevisionId | TedsRowSortNode.h | ||
| MaxFrameDuration | FTimespan | TedsRowSortNode.h | ||
| Parent | TSharedPtr< IRowNode > | TedsRowSortNode.h | ||
| Revision | RevisionId | TedsRowSortNode.h | ||
| SortContext | TPimplPtr< Private::FSortContext > | TedsRowSortNode.h | ||
| Storage | ICoreProvider & | TedsRowSortNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const FColumnSorterInterface > GetColumnSorter() |
TedsRowSortNode.h | ||
bool IsSorting() |
TedsRowSortNode.h | ||
void SetColumnSorter
(
TSharedPtr< const FColumnSorterInterface > InColumnSorter |
TedsRowSortNode.h |
Overridden from IRowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRowHandleArray & GetMutableRows () |
Retrieve write access to the rows used by this node. | TedsRowSortNode.h | |
virtual FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsRowSortNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsRowSortNode.h | ||
virtual void Update() |
TedsRowSortNode.h |