FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SNameComboBox::FArguments

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SNameComboBox.h

Include

#include "SNameComboBox.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SNameComboBox >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

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

 

OnGetNameLabelForItem

(
    const FGetNameComboLabel& InDelega...
)

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

Public function

WidgetArgsTy...

 

OnSelectionChanged

(
    const FOnNameSelectionChanged& InD...
)

Called when the FName is chosen.

Public function

WidgetArgsTy...

 

OptionsSource

(
    TArray< TSharedPtr< FName > >*...
)

Selection of FNames 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