SListView::SetListItemsSource

Establishes a wholly new list of items being observed by the list.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

void SetListItemsSource
(
    const TArray< 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss