Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSearchBox
Data for external search results to be shown in the search box.
| Name | FSearchResultData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h |
| Include Path | #include "Widgets/Input/SSearchBox.h" |
Syntax
struct FSearchResultData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentSearchResultIndex | int32 | The index of the currently focused search result. | Widgets/Input/SSearchBox.h | |
| NumSearchResults | int32 | The total number of search results. | Widgets/Input/SSearchBox.h |