Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FToolBarStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/ToolBarStyle.h |
| Include | #include "Styling/ToolBarStyle.h" |
Syntax
struct FToolBarStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of a toolbar
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BackgroundBrush | The brush used for the background of the toolbar | |
| FMargin | BackgroundPadding | ||
| FMargin | BlockPadding | ||
| bool | bShowLabels | ||
| float | ButtonContentFillWidth | ||
| float | ButtonContentMaxWidth | ||
| FMargin | ButtonPadding | ||
| FButtonStyle | ButtonStyle | ||
| FMargin | CheckBoxPadding | ||
| FMargin | ComboButtonPadding | ||
| FComboButtonStyle | ComboButtonStyle | ||
| FEditableTextBoxStyle | EditableTextStyle | ||
| FSlateBrush | ExpandBrush | The brush used for the expand arrow when the toolbar runs out of room and needs to display toolbar items in a menu | |
| FMargin | IconPadding | ||
| FMargin | IconPaddingWithCollapsedLabel | ||
| FMargin | IconPaddingWithVisibleLabel | ||
| FDeprecateSlateVector2D | IconSize | ||
| FMargin | IndentedBlockPadding | ||
| FMargin | LabelPadding | ||
| FTextBlockStyle | LabelStyle | ||
| int32 | NumColumns | ||
| FSlateBrush | SeparatorBrush | ||
| FMargin | SeparatorPadding | ||
| FButtonStyle | SettingsButtonStyle | ||
| FComboButtonStyle | SettingsComboButton | ||
| FCheckBoxStyle | SettingsToggleButton | ||
| FCheckBoxStyle | ToggleButton | ||
| float | UniformBlockHeight | ||
| float | UniformBlockWidth |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | |
| const FName | GetTypeName () |
Gets the name of this style.This method must be implemented by inherited structures. |
Constants
| Name | Description |
|---|---|
| TypeName |