Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SComboBox > API/Runtime/Slate/SComboBox/FArguments
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OptionsSource
(
const TArray< OptionType >* InArg |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & OptionsSource
(
::UE::Slate::Containers::TObservableArray< OptionType >* InArg |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & OptionsSource
(
TSharedPtr<::UE::Slate::Containers::TObservableArray< OptionType > > InArg |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & OptionsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< OptionType > > InArg |
Widgets/Input/SComboBox.h | ||
WidgetArgsType & OptionsSource
(
::UE::Slate::ItemsSource::ForwardedSlateItemsSourceArgument< OptionType > InArg |
Widgets/Input/SComboBox.h |
OptionsSource(const TArray< OptionType > *)
| Name | OptionsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
WidgetArgsType & OptionsSource
(
const TArray < OptionType > * InArg
)
OptionsSource(::UE::Slate::Containers::TObservableArray< OptionType > *)
| Name | OptionsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
WidgetArgsType & OptionsSource
(
::UE::Slate::Containers::TObservableArray < OptionType > * InArg
)
OptionsSource(TSharedPtr<::UE::Slate::Containers::TObservableArray< OptionType > >)
| Name | OptionsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
WidgetArgsType & OptionsSource
(
TSharedPtr <::UE::Slate::Containers::TObservableArray < OptionType > > InArg
)
OptionsSource(TSharedRef<::UE::Slate::Containers::TObservableArray< OptionType > >)
| Name | OptionsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
WidgetArgsType & OptionsSource
(
TSharedRef <::UE::Slate::Containers::TObservableArray < OptionType > > InArg
)
OptionsSource(::UE::Slate::ItemsSource::ForwardedSlateItemsSourceArgument< OptionType >)
| Name | OptionsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SComboBox.h |
| Include Path | #include "Widgets/Input/SComboBox.h" |
WidgetArgsType & OptionsSource
(
::UE::Slate::ItemsSource::ForwardedSlateItemsSourceArgument < OptionType > InArg
)