Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/STreeView > API/Editor/UnrealEd/STreeView/SetRootItemsSource
References
| Module | UnrealEd |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include | #include "Widgets/Views/STreeView.h" |
void SetRootItemsSource
&40;
TSharedRef< UE::Slate::Containers::TObservableArray< ItemType >> InItemsSource
&41;
Remarks
Set the RootItemsSource. The tree will generate widgets to represent these items.
Parameters
| Name | Description |
|---|---|
| InItemsSource | A pointer to the array of items that should be observed by this TreeView. |