Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
| Type | Name | Description | |
|---|---|---|---|
| void | SetItemsSource
(
const TArray< ItemType >* InListItemsSource |
Establishes a wholly new list of items being observed by the list. | |
| void | SetItemsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< ItemType > > InListItemsSource |
Establishes a wholly new list of items being observed by the list. | |
| void | SetItemsSource
(
TUniquePtr< UE::Slate::ItemsSource::IItemsSource< ItemType > > Provider |
Establishes a wholly new list of items being observed by the list. |