Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/SMultiBoxWidget
Deprecated * AddSearchElement is deprecated as non-searchable elements also need to be stored, use AddElement instead
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include | #include "Framework/MultiBox/MultiBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp |
void AddSearchElement
&40;
TSharedPtr< SWidget >,
FText
&41;
Remarks
Adds a widget to SearchElement map, making the widget searchable
Parameters
| Name | Description |
|---|---|
| BlockWidget | The widget to add |
| BlockDisplayText | The display text of the widget to search by |