Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/STreeView
| Type | Name | Description | |
|---|---|---|---|
| void | SetRootItemsSource
(
const TArray< ItemType >* InItemsSource |
Set the Root items. The tree will generate widgets to represent these items. | |
| void | SetRootItemsSource
(
TSharedRef< UE::Slate::Containers::TObservableArray< ItemType >> InItemsSource |
Set the RootItemsSource. The tree will generate widgets to represent these items. | |
| void | SetRootItemsSource
(
TUniquePtr< UE::Slate::ItemsSource::IItemsSource< ItemType >> Provider |
Establishes a new list of root items being observed by the list. |