FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h

Include

#include "Widgets/Input/SComboBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SComboBox >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ButtonStyle

(
    const FButtonStyle* InArg
)

The visual style of the button part of the combo box (overrides ComboBoxStyle)

Public function

WidgetArgsTy...

 

CollapseMenuOnParentFocus

(
    bool InArg
)

True if this combo's menu should be collapsed when our parent receives focus, false (default) otherwise

Public function

WidgetArgsTy...

 

ComboBoxStyle

(
    const FComboBoxStyle* InArg
)

Public function

NamedSlotPro...

 

Content()

Slot for this button's content (optional)

Public function

WidgetArgsTy...

 

ContentPadding

(
    const TAttribute< FMargin >& InAtt...
)

Public function

WidgetArgsTy...

 

CustomScrollbar

(
    TSharedPtr< SScrollBar > InArg
)

The custom scrollbar to use in the ListView

Public function

WidgetArgsTy...

 

EnableGamepadNavigationMode

(
    bool InArg
)

When false, directional keys will change the selection.

Public function

WidgetArgsTy...

 

ForegroundColor

(
    const TAttribute< FSlateColor >& I...
)

Public function

WidgetArgsTy...

 

HasDownArrow

(
    bool InArg
)

When false, the down arrow is not generated and it is up to the API consumer to make their own visual hint that this is a drop down.

Public function

WidgetArgsTy...

 

InitiallySelectedItem

(
    NullableOptionType InArg
)

The option that should be selected when the combo box is first created

Public function

WidgetArgsTy...

 

IsFocusable

(
    bool InArg
)

When true, allows the combo box to receive keyboard focus

Public function

WidgetArgsTy...

 

ItemStyle

(
    const FTableRowStyle* InArg
)

Public function

WidgetArgsTy...

 

MaxListHeight

(
    float InArg
)

The max height of the combo box menu

Public function

WidgetArgsTy...

 

Method

(
    TOptional< EPopupMethod > InArg
)

Public function

WidgetArgsTy...

 

OnComboBoxOpening

(
    const FOnComboBoxOpening& InDelega...
)

Called when combo box is opened, before list is actually created

Public function

WidgetArgsTy...

 

OnGenerateWidget

(
    const FOnGenerateWidget& InDelegat...
)

Public function

WidgetArgsTy...

 

OnSelectionChanged

(
    const FOnSelectionChanged& InDeleg...
)

Public function

WidgetArgsTy...

 

OptionsSource

(
    const TArray< OptionType >* In...
)

Public function

WidgetArgsTy...

 

PressedSoundOverride

(
    TOptional< FSlateSound > InArg
)

The sound to play when the button is pressed (overrides ComboBoxStyle)

Public function

WidgetArgsTy...

 

SelectionChangeSoundOverride

(
    TOptional< FSlateSound > InArg
)

The sound to play when the selection changes (overrides ComboBoxStyle)

Operators

Name Description

Public function

FArguments &

 

operator[]

(
    const TSharedRef< SWidget > InChild
)

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss