![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FComboBoxStyle:Public Member Functions | |
| SLATECORE_API | FComboBoxStyle () |
| SLATECORE_API | FComboBoxStyle (const FComboBoxStyle &) |
| virtual SLATECORE_API | ~FComboBoxStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FComboBoxStyle & | SetComboButtonStyle (const FComboButtonStyle &InComboButtonStyle) |
| FComboBoxStyle & | SetPressedSound (const FSlateSound &InPressedSound) |
| FComboBoxStyle & | SetSelectionChangeSound (const FSlateSound &InSelectionChangeSound) |
| FComboBoxStyle & | SetContentPadding (const FMargin &InContentPadding) |
| FComboBoxStyle & | SetMenuRowPadding (const FMargin &InMenuRowPadding) |
| void | UnlinkColors () |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FComboBoxStyle & | GetDefault () |
Public Attributes | |
| FComboButtonStyle | ComboButtonStyle |
| FSlateSound | PressedSlateSound |
| FSlateSound | SelectionChangeSlateSound |
| FMargin | ContentPadding |
| FMargin | MenuRowPadding |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SComboBox
| FComboBoxStyle::FComboBoxStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FComboButtonStyle FComboBoxStyle::ComboButtonStyle |
The style to use for our SComboButton
| FMargin FComboBoxStyle::ContentPadding |
| FMargin FComboBoxStyle::MenuRowPadding |
| FSlateSound FComboBoxStyle::PressedSlateSound |
The sound the button should play when pressed
| FSlateSound FComboBoxStyle::SelectionChangeSlateSound |
The Sound to play when the selection is changed
|
static |