Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Stores a handle to a query. This should be used to pass an externally created query into the Query Stack.
| Name | FQueryHandleNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQueryHandleNode.h |
| Include Path | #include "TedsQueryHandleNode.h" |
Syntax
class FQueryHandleNode : public UE::Editor::DataStorage::QueryStack::IQueryNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TedsQueryHandleNode.h | |||
FQueryHandleNode
(
QueryHandle Query |
TedsQueryHandleNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FQueryHandleNode() |
TedsQueryHandleNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Query | QueryHandle | TedsQueryHandleNode.h | ||
| Revision | RevisionId | TedsQueryHandleNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetQuery
(
QueryHandle InQuery |
TedsQueryHandleNode.h |
Overridden from IQueryNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual QueryHandle GetQuery() |
Returns the handle to the query this node represents. | TedsQueryHandleNode.h |
Overridden from INode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual RevisionId GetRevision() |
TedsQueryHandleNode.h | ||
virtual void Update() |
TedsQueryHandleNode.h |