Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/STextComboPopup
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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| WidgetArgsType & | Label, placed before combo box | ||
| WidgetArgsType & | OnTextChosen
(
const FOnTextChosen& InDelegate |
Called when the text is chosen. | |
| WidgetArgsType & | TextOptions
(
TArray< FString > InArg |
Selection of strings to pick from |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |