Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FComboButtonStyle : public FSlateWidgetStyle
Represents the appearance of an SComboButton
Name | Description | ||
---|---|---|---|
|
ButtonStyle |
The style to use for our SButton. |
|
|
ContentPadding |
Button Content Padding |
|
|
TEnumAsByte< EV... |
DownArrowAlign |
Dropdown arrow vertical alignment |
|
DownArrowImage |
Image to use for the down arrow. |
|
|
DownArrowPadding |
Dropdown arrow padding (if a dropdown arrow exists) |
|
|
MenuBorderBrush |
Brush to use to add a "menu border" around the drop-down content. |
|
|
MenuBorderPadding |
Padding to use to add a "menu border" around the drop-down content. |
|
|
ShadowColorAndOpacity |
The color and opacity of the shadow for the down arrow. Only active if ShadowOffset is not (0,0). |
|
|
ShadowOffset |
How much should the shadow be offset for the down arrow? An offset of 0 implies no shadow. |
Name | Description | |
---|---|---|
|
FComboButtonStyle() |
Name | Description | |
---|---|---|
|
~FComboButtonStyle() |
Name | Description | ||
---|---|---|---|
|
const FCombo... |
GetDefault() |
|
|
FComboButton... |
SetButtonStyle ( |
|
|
FComboButton... |
SetContentPadding ( |
|
|
FComboButton... |
SetDownArrowAlignment ( |
|
|
FComboButton... |
SetDownArrowImage ( |
|
|
FComboButton... |
SetDownArrowPadding ( |
|
|
FComboButton... |
SetMenuBorderBrush ( |
|
|
FComboButton... |
SetMenuBorderPadding ( |
|
|
FComboButton... |
SetShadowColorAndOpacity ( |
|
|
FComboButton... |
SetShadowOffset ( |
|
|
UnlinkColors() |
Unlinks all colors in this style. |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
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. |
Name |
Description |
---|---|
TypeName |