Navigation
API > API/Plugins > API/Plugins/TedsTableViewer > API/Plugins/TedsTableViewer/STedsSearchBox > API/Plugins/TedsTableViewer/STedsSearchBox/FArguments
Description
The result node containing a list of rows. This can be used as an input to other nodes in the Query Stack. If a search is active this will result in a list of rows filtered to the search criteria. If there's no search than this will return the results of running the query if a query node was provided. If a row node was provided the original list of rows will be returned.
| Name | OutSearchNode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsTableViewer/Public/Widgets/STedsSearchBox.h |
| Include Path | #include "Widgets/STedsSearchBox.h" |
WidgetArgsType & OutSearchNode
(
TSharedPtr < QueryStack::IRowNode > * InArg
)