Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STextComboPopup
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboPopup.h |
| Include Path | #include "Widgets/Input/STextComboPopup.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STextComboPopup >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STextComboPopup::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/STextComboPopup.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/STextComboPopup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & 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 | Widgets/Input/STextComboPopup.h | |
WidgetArgsType & Label
(
FText InArg |
Label, placed before combo box | Widgets/Input/STextComboPopup.h | |
WidgetArgsType & OnTextChosen
(
const FOnTextChosen& InDelegate |
Called when the text is chosen. | Widgets/Input/STextComboPopup.h | |
| Selection of strings to pick from | Widgets/Input/STextComboPopup.h |