Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FComboBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SComboBox
Name | Description | ||
---|---|---|---|
|
ComboButtonStyle |
The style to use for our SComboButton |
|
|
ContentPadding |
Button Content Padding |
|
|
MenuRowPadding |
Menu Row Padding |
|
|
PressedSlateSound |
The sound the button should play when pressed |
|
|
SelectionChangeSlateSound |
The Sound to play when the selection is changed |
Name | Description | |
---|---|---|
|
FComboBoxStyle() |
Name | Description | |
---|---|---|
|
~FComboBoxStyle() |
Name | Description | ||
---|---|---|---|
|
const FCombo... |
GetDefault() |
|
|
PostSerialize ( |
Used to upgrade the deprecated FName sound properties into the new-style FSlateSound properties |
|
|
FComboBoxSty... |
SetComboButtonStyle ( |
|
|
FComboBoxSty... |
SetContentPadding ( |
|
|
FComboBoxSty... |
SetMenuRowPadding ( |
|
|
FComboBoxSty... |
SetPressedSound ( |
|
|
FComboBoxSty... |
SetSelectionChangeSound ( |
|
|
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 |