Navigation
API > API/Runtime > API/Runtime/Slate
Tool bar button MultiBlock widget
| Name | SToolBarStackButtonBlock |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarStackButtonBlock.h |
| Include Path | #include "Framework/MultiBox/SToolBarStackButtonBlock.h" |
Syntax
class SToolBarStackButtonBlock : public SMultiBlockBaseWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMultiBlockBaseWidget → SToolBarStackButtonBlock
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMultiBlockBaseWidget → SToolBarStackButtonBlock
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct this widget | Framework/MultiBox/SToolBarStackButtonBlock.h |
Overridden from IMultiBlockBaseWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildMultiBlockWidget
(
const ISlateStyle* StyleSet, |
Builds this MultiBlock widget up from the MultiBlock associated with it | Framework/MultiBox/SToolBarStackButtonBlock.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ECheckBoxState GetCheckState() |
Called by slate to determine if this button should appear checked | Framework/MultiBox/SToolBarStackButtonBlock.h | |
FText GetDescription() |
Gets the description for the toolbar block widget | Framework/MultiBox/SToolBarStackButtonBlock.h | |
const FSlateBrush * GetIconBrush() |
Gets the icon brush for the toolbar block widget | Framework/MultiBox/SToolBarStackButtonBlock.h | |
FSlateColor GetIconForegroundColor() |
Framework/MultiBox/SToolBarStackButtonBlock.h | ||
EVisibility GetIconVisibility
(
bool bIsASmallIcon |
Called by Slate to determine whether icons/labels are visible | Framework/MultiBox/SToolBarStackButtonBlock.h | |
FText GetLabel() |
Gets the label for the toolbar block widget | Framework/MultiBox/SToolBarStackButtonBlock.h | |
const FSlateBrush * GetNormalIconBrush() |
Framework/MultiBox/SToolBarStackButtonBlock.h | ||
const FSlateBrush * GetOverlayIconBrush() |
Framework/MultiBox/SToolBarStackButtonBlock.h | ||
const FSlateBrush * GetSmallIconBrush() |
Framework/MultiBox/SToolBarStackButtonBlock.h | ||
EVisibility GetVisibility() |
Called by Slate to determine if this button is visible | Framework/MultiBox/SToolBarStackButtonBlock.h | |
bool IsEnabled() |
Called by Slate to determine if this button is enabled | Framework/MultiBox/SToolBarStackButtonBlock.h | |
void OnCheckStateChanged
(
const ECheckBoxState NewCheckedState |
Called by Slate when this tool bar check box button is toggled | Framework/MultiBox/SToolBarStackButtonBlock.h | |
TSharedRef< SWidget > OnGetMenuContent() |
Called by Slate when content for this button's menu needs to be generated | Framework/MultiBox/SToolBarStackButtonBlock.h |