Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STextComboBox
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetItemsSource
(
const TArray< TSharedPtr< FString > >* InListItemsSource |
Sets new item source | Widgets/Input/STextComboBox.h | |
void SetItemsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< TSharedPtr< FString > > > InListItemsSource |
Sets new item source | Widgets/Input/STextComboBox.h |
SetItemsSource(const TArray< TSharedPtr< FString > > *)
Description
Sets new item source
| Name | SetItemsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h |
| Include Path | #include "Widgets/Input/STextComboBox.h" |
void SetItemsSource
(
const TArray < TSharedPtr < FString > > * InListItemsSource
)
SetItemsSource(TSharedRef<::UE::Slate::Containers::TObservableArray< TSharedPtr< FString > > >)
Description
Sets new item source
| Name | SetItemsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextComboBox.h |
| Include Path | #include "Widgets/Input/STextComboBox.h" |
void SetItemsSource
(
TSharedRef <::UE::Slate::Containers::TObservableArray < TSharedPtr < FString > > > InListItemsSource
)