Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/IMultiBlockBaseWidget
- IMultiBlockBaseWidget::SetOptionsBlockWidget()
- SMultiBlockBaseWidget::SetOptionsBlockWidget()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include | #include "Framework/MultiBox/MultiBox.h" |
void SetOptionsBlockWidget
&40;
TSharedPtr< SWidget > InOptionsBlockWidget
&41;
Remarks
Adds a dropdown widget for options associated with this widget. The usage of this is block specific
Parameters
| Name | Description |
|---|---|
| InOptionsBlockWidget | The options block to associate with this widget |