FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

STextComboPopup::FArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Input/STextComboPopup.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< STextComboPopup >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AutoFocus

(
    bool InArg
)

When set, this widget will automatically attempt to set focus to itself when it is created, or when its owner window is activated

Public function

WidgetArgsTy...

 

Label

(
    FText InArg
)

Label, placed before combo box

Public function

WidgetArgsTy...

 

OnTextChosen

(
    const FOnTextChosen& InDelegate
)

Called when the text is chosen.

Public function

WidgetArgsTy...

 

TextOptions

(
    TArray< FString > InArg
)

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