Navigation
API > API/Plugins > API/Plugins/TedsQueryStack > API/Plugins/TedsQueryStack/FQuerySearchNode
Description
Starts searching for the provided string in all searchable columns that were selected in the query. Results may not be collected and can take several frames to arrive.
| Name | StartSearch |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Public/TedsQuerySearchNode.h |
| Include Path | #include "TedsQuerySearchNode.h" |
| Source | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsQueryStack/Private/TedsQuerySearchNode.cpp |
void StartSearch
(
FString SearchString
)