Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/QueryStack
Inheritance Hierarchy
- IQueryStackNode_Row
- FQueryStackNode_RowView
References
| Module | TedsTableViewer |
| Header | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/QueryStack/FQueryStackNode_RowView.h |
| Include | #include "QueryStack/FQueryStackNode_RowView.h" |
Syntax
class FQueryStackNode_RowView : public UE::Editor::DataStorage::IQueryStackNode_Row
Remarks
A very simple row query stack that views a list of rows. Note: The user is responsible for the lifetime of the Rows array (similar to SListView) and MarkDirty must be called to update the table viewer when the row list changes
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueryStackNode_RowView
(
TArray< RowHandle >* InRows |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MarkDirty () |
Increment the revision ID to update the table viewer when the list of rows changes. |
Overridden from IQueryStackNode_Row
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< RowHandle > | Get the rows to visualize. | ||
| uint32 | Returns an id that updates whenever the locally stored rows have changed. |