Navigation
API > API/Plugins > API/Plugins/TedsQueryStack
Query Stack node that takes a query and searches all selected columns that have searchable properties. If the search is disabled, either by calling "ClearSearch" or providing an empty string, this node acts as a pass through and behaves the same way as FRowQueryResultsNode.
| Name | FQuerySearchNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQuerySearchNode.h |
| Include Path | #include "TedsQuerySearchNode.h" |
Syntax
class FQuerySearchNode : public UE::Editor::DataStorage::QueryStack::FRowQueryResultsNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQuerySearchNode
(
ICoreProvider& Storage, |
TedsQuerySearchNode.h | ||
FQuerySearchNode
(
ICoreProvider& Storage, |
TedsQuerySearchNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FQuerySearchNode() |
TedsQuerySearchNode.h |
Structs
| Name | Remarks |
|---|---|
| FSearchQuery |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InlineColumnCount | uint32 | TedsQuerySearchNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasPendingSearch | bool | TedsQuerySearchNode.h | ||
| SearchContext | TUniquePtr< Searching::FSearchContext > | TedsQuerySearchNode.h | ||
| Searchers | TArray< FSearchQuery > | TedsQuerySearchNode.h | ||
| TotalSearchTime | FTimespan | TedsQuerySearchNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearSearch() |
Resets a search and makes this node behave as a pass-through, resulting in similar behavior to FRowQueryResultsNode. | TedsQuerySearchNode.h | |
| The total time spent on performing the search. | TedsQuerySearchNode.h | ||
bool IsSearching() |
Returns true if a search is still being processed. | TedsQuerySearchNode.h | |
void StartSearch
(
FString SearchString |
Starts searching for the provided string in all searchable columns that were selected in the query. | TedsQuerySearchNode.h |
Public Virtual
Protected Virtual
Overridden from FRowQueryResultsNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void QueryUpdated() |
TedsQuerySearchNode.h | ||
virtual void RefreshInternal
(
FTimespan AllottedTime, |
TedsQuerySearchNode.h |