![]() |
Advanced Menu System
1.0
|
Combo box setting param widget. More...
#include <ComboBoxWidget.h>
Public Member Functions | |
UComboBoxWidget (const FObjectInitializer &ObjectInitializer) | |
virtual void | NativeConstruct () override |
virtual void | SynchronizeProperties () override |
void | SetSelectedOption (FString OptionName) |
void | SetComboBoxStyle (FTableRowStyle Style) |
void | SetSelectedIndex (int Index) |
virtual void | UpdateComboBox () |
Set values to the ComboBoxString. More... | |
![]() | |
USettingsParamBase (const FObjectInitializer &ObjectInitializer) | |
virtual void | NativeConstruct () override |
virtual void | SynchronizeProperties () override |
virtual void | PostLoad () override |
void | SetTitleText (FText Text) |
void | SetTitleTextColor (FColor Color) |
void | SetTitleTextFont (FSlateFontInfo Font) |
void | UpdateTextBlock () |
Public Attributes | |
class UComboBoxString * | ComboBoxString |
FTableRowStyle | ComboBoxStyle |
TArray< FString > | Options |
FString | DefaultOption |
FOnSelectionChangedEvent | OnSelectionChanged |
![]() | |
class UTextBlock * | TitleTextBlock |
FText | TitleText |
FColor | TitleTextColor |
FSlateFontInfo | TitleTextFont |
Protected Member Functions | |
void | OnComboBoxItemChange (FString SelectedItem, ESelectInfo::Type SelectionType) |
Combo box setting param widget.
UComboBoxWidget::UComboBoxWidget | ( | const FObjectInitializer & | ObjectInitializer | ) |
|
overridevirtual |
Reimplemented from USettingsParamBase.
|
protected |
void UComboBoxWidget::SetComboBoxStyle | ( | FTableRowStyle | Style | ) |
void UComboBoxWidget::SetSelectedIndex | ( | int | Index | ) |
void UComboBoxWidget::SetSelectedOption | ( | FString | OptionName | ) |
|
overridevirtual |
Reimplemented from USettingsParamBase.
|
virtual |
Set values to the ComboBoxString.
class UComboBoxString* UComboBoxWidget::ComboBoxString |
FTableRowStyle UComboBoxWidget::ComboBoxStyle |
FString UComboBoxWidget::DefaultOption |
FOnSelectionChangedEvent UComboBoxWidget::OnSelectionChanged |
Called when a new item is selected in the combobox.
TArray<FString> UComboBoxWidget::Options |