Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
Inheritance Hierarchy
- IMultiBlockBaseWidget
- SCompoundWidget
- SMultiBlockBaseWidget
- SToolBarButtonBlock
- SUniformToolbarButtonBlock
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h |
| Include | #include "Framework/MultiBox/SToolBarButtonBlock.h" |
Syntax
class SToolBarButtonBlock : public SMultiBlockBaseWidget
Remarks
Tool bar button MultiBlock widget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| EVisibility | Called by Slate to determine if this button is visible | ||
| ECheckBoxState | Called by slate to determine if this button should appear checked | ||
| bool | IsEnabled () |
Called by Slate to determine if this button is enabled | |
| void | OnCheckStateChanged
(
const ECheckBoxState NewCheckedState |
Called by Slate when this tool bar check box button is toggled | |
| FReply | OnClicked () |
Called by Slate when this tool bar button's button is clicked |
Overridden from IMultiBlockBaseWidget
| Type | Name | Description | |
|---|---|---|---|
| void | BuildMultiBlockWidget
(
const ISlateStyle* StyleSet, |
Builds this MultiBlock widget up from the MultiBlock associated with it |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |