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/IQueryStackNode_Row.h |
| Include | #include "QueryStack/IQueryStackNode_Row.h" |
Syntax
class IQueryStackNode_Row
Remarks
A row node in the query stack is used by the Teds Table Viewer to determine which rows to visualize in the table viewer
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< RowHandle > | Get the rows to visualize. | ||
| uint32 | Returns an id that updates whenever the locally stored rows have changed. |
See Also
FQueryStackNode_RowView for a simple implementation that views a list of rows input by the user