FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SSearchableComboBox::FArguments

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SSearchableComboBox.h

Include

#include "SSearchableComboBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SSearchableComboBox >

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...

 

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...

 

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

(
    TSharedPtr< FString > InArg
)

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

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< TSharedPtr< FString >...
)

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