Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Query stack node that works on queries handles. These nodes are typically run in some fashion to be turned into a row node.
| Name | IQueryNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryStackInterfaces.h |
| Include Path | #include "TedsQueryStackInterfaces.h" |
Syntax
class IQueryNode : public UE::Editor::DataStorage::QueryStack::INode
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IQueryNode() |
TedsQueryStackInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
QueryHandle GetQuery() |
Returns the handle to the query this node represents. | TedsQueryStackInterfaces.h |