Navigation
API > API/Runtime > API/Runtime/Slate
| Name | UComboBoxWidgetStyle |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h |
| Include Path | #include "Framework/Styling/ComboBoxWidgetStyle.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UComboBoxWidgetStyle : public USlateWidgetStyleContainerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USlateWidgetStyleContainerBase → UComboBoxWidgetStyle
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComboBoxStyle | FComboBoxStyle | The actual data describing the combo box's appearance. | Framework/Styling/ComboBoxWidgetStyle.h |
|
Functions
Public
Overridden from ISlateWidgetStyleContainerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetStyle *const GetStyle() |
Framework/Styling/ComboBoxWidgetStyle.h |