FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SComboButton::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SComboButton.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SComboButton >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ButtonColorAndOpacity

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

Public function

NamedSlotPro...

 

ButtonContent()

Public function

WidgetArgsTy...

 

ButtonStyle

(
    const FButtonStyle* InArg
)

The visual style of the button (overrides ComboButtonStyle)

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

 

ComboButtonStyle

(
    const FComboButtonStyle* InArg
)

Public function

WidgetArgsTy...

 

ContentPadding

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

Public function

WidgetArgsTy...

 

ForegroundColor

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

Public function

WidgetArgsTy...

 

HAlign

(
    EHorizontalAlignment InArg
)

Public function

WidgetArgsTy...

 

HasDownArrow

(
    bool InArg
)

Public function

WidgetArgsTy...

 

IsFocusable

(
    bool InArg
)

Public function

NamedSlotPro...

 

MenuContent()

Optional static menu content.

Public function

WidgetArgsTy...

 

MenuPlacement

(
    const TAttribute< EMenuPlacement > ...
)

Public function

WidgetArgsTy...

 

Method

(
    TOptional< EPopupMethod > InArg
)

Spawn a new window or reuse current window for this combo

Public function

WidgetArgsTy...

 

OnComboBoxOpened

(
    const FOnComboBoxOpened& InDelegat...
)

Public function

WidgetArgsTy...

 

OnGetMenuContent

(
    const FOnGetContent& InDelegate
)

Sets an event handler to generate a widget dynamically when the menu is needed.

Public function

WidgetArgsTy...

 

OnMenuOpenChanged

(
    const FOnIsOpenChanged& InDelegate
)

Public function

WidgetArgsTy...

 

VAlign

(
    EVerticalAlignment InArg
)

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