Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Query stack node that works on row handles.
| Name | IRowNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackInterfaces.h |
| Include Path | #include "TedsQueryStackInterfaces.h" |
Syntax
class IRowNode : public UE::Editor::DataStorage::QueryStack::INode
Derived Classes
IRowNode derived class hierarchy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRowNode() |
TedsQueryStackInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retrieve write access to the rows used by this node. | TedsQueryStackInterfaces.h | ||
FRowHandleArrayView GetRows() |
Retrieve access to the rows used by this node. | TedsQueryStackInterfaces.h |