Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/SMultiBoxWidget
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 AddElement
&40;
TSharedPtr< SWidget > BlockWidget,
FText BlockDisplayText,
bool bInSearchable
&41;
Remarks
Adds a widget to MultiBoxWidgets map, to access and modify its visibility based on search filters
Parameters
| Name | Description |
|---|---|
| BlockWidget | The widget to add |
| BlockDisplayText | The display text of the widget to search by |
| bSearchable | Whether the text is searchable |