Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FToolBarBuilder
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void AddToolBarWidget
&40;
TSharedRef< SWidget > InWidget,
const TAttribute< FText > & InLabel,
FName InTutorialHighlightName,
bool bSearchable
&41;
Remarks
Adds any widget to the toolbar
Parameters
| Name | Description |
|---|---|
| InWidget | The widget that should be shown in the toolbar |
| InLabel | Optional Label. |
| InTutorialHighlightName | Name to identify this widget and highlight during tutorials |
| bSearchable | If true, widget will be searchable (default == true) |