Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/SetItemsSource
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include | #include "Widgets/Views/SListView.h" |
void SetItemsSource
(
TSharedRef <::UE::Slate::Containers::TObservableArray < ItemType > > InListItemsSource
)
Remarks
Establishes a wholly new list of items being observed by the list. Wipes all existing state and requests and will fully rebuild on the next tick. The ObservableArray will notify the Widget when it needs to refresh.