Navigation
API > API/Runtime > API/Runtime/Slate
Tool bar combo button MultiBlock, but toggleable. Right & long-press clicks spawn menu. Designed to hold a stack of tools in one block.
| Name | FToolBarStackButtonBlock |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarStackButtonBlock.h |
| Include Path | #include "Framework/MultiBox/SToolBarStackButtonBlock.h" |
Syntax
class FToolBarStackButtonBlock : public FMultiBlock
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMultiBlock → FToolBarStackButtonBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolBarStackButtonBlock
(
const TSharedRef< const FUICommandInfo > InCommand, |
Constructor | Framework/MultiBox/SToolBarStackButtonBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetForceSmallIcons
(
const bool InForceSmallIcons |
Set whether this toolbar should always use small icons, regardless of the current settings | Framework/MultiBox/SToolBarStackButtonBlock.h | |
void SetLabelVisibility
(
EVisibility InLabelVisibility |
Sets the visibility of the blocks label | Framework/MultiBox/SToolBarStackButtonBlock.h |
Overridden from FMultiBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateMenuEntry
(
FMenuBuilder& MenuBuilder |
FMultiBlock interface | Framework/MultiBox/SToolBarStackButtonBlock.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< FUIContentContext > GetStackContent() |
Provides context menu content stack, caches on get | Framework/MultiBox/SToolBarStackButtonBlock.h | |
const TSharedPtr< FUIIdentifierContext > GetStackIdentifier() |
Provides dynamic, icons, labels, & descriptions for this stack, caches on get | Framework/MultiBox/SToolBarStackButtonBlock.h |
Overridden from FMultiBlock
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class IMultiBlockBaseWidget > ConstructWidget() |
Allocates a widget for this type of MultiBlock. Override this in derived classes. | Framework/MultiBox/SToolBarStackButtonBlock.h |