Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/STreeView
| Type | Name | Description | |
|---|---|---|---|
| void | SetItemsSource
(
const TArray< ItemType >* InListItemsSource |
SetItemsSource is deprecated. You probably want to use SetTreeItemsSource. | |
| void | SetItemsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< ItemType >> InListItemsSource |
SetItemsSource is deprecated. You probably want to use SetTreeItemsSource. | |
| void | SetItemsSource
(
TUniquePtr< UE::Slate::ItemsSource::IItemsSource< ItemType >> Provider |
SetItemsSource is deprecated. You probably want to use SetTreeItemsSource. |