FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

STextComboBox::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/STextComboBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< STextComboBox >

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

 

ColorAndOpacity

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

Text color and opacity

Public function

WidgetArgsTy...

 

ComboBoxStyle

(
    const FComboBoxStyle* InArg
)

Public function

WidgetArgsTy...

 

ContentPadding

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

Visual padding of the button content for the combobox

Public function

WidgetArgsTy...

 

Font

(
    const TAttribute< FSlateFontInfo > ...
)

Sets the font used to draw the text

Public function

WidgetArgsTy...

 

InitiallySelectedItem

(
    TSharedPtr< FString > InArg
)

Called when combo box needs to establish selected item

Public function

WidgetArgsTy...

 

OnComboBoxOpening

(
    const FOnComboBoxOpening& InDelega...
)

Called when the combo box is opened

Public function

WidgetArgsTy...

 

OnGetTextLabelForItem

(
    const FGetTextComboLabel& InDelega...
)

[Optional] Called to get the label for the currently selected item

Public function

WidgetArgsTy...

 

OnSelectionChanged

(
    const FOnTextSelectionChanged& InD...
)

Called when the text is chosen.

Public function

WidgetArgsTy...

 

OptionsSource

(
    TArray< TSharedPtr< FString > >...
)

Selection of strings to pick from

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