Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/STedsSearchBox > API/Plugins/TedsTableViewer/STedsSearchBox/FArguments
Description
Query node used for searching.If this and InSearchableRowNode are set, the query node will take priority and InSearchableRowNode will be ignored. If there's no active search this node will execute the query without filtering and collect the results.
| Name | InSearchableQueryNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/STedsSearchBox.h |
| Include Path | #include "Widgets/STedsSearchBox.h" |
WidgetArgsType & InSearchableQueryNode
(
TSharedPtr < QueryStack::IQueryNode > InArg
)