Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SToolBarStackButtonBlock
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarStackButtonBlock.h |
| Include Path | #include "Framework/MultiBox/SToolBarStackButtonBlock.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SToolBarStackButtonBlock >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SToolBarStackButtonBlock::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Framework/MultiBox/SToolBarStackButtonBlock.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Framework/MultiBox/SToolBarStackButtonBlock.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ForceSmallIcons
(
bool InArg |
Whether this toolbar should always use small icons, regardless of the current settings | Framework/MultiBox/SToolBarStackButtonBlock.h | |
WidgetArgsType & LabelVisibility
(
TOptional< EVisibility > InArg |
Controls the visibility of the blocks label | Framework/MultiBox/SToolBarStackButtonBlock.h |