Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STreeView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetItemsSource
(
const TArray< ItemType >* InListItemsSource |
Widgets/Views/STreeView.h | ||
void SetItemsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< ItemType > > InListItemsSource |
Widgets/Views/STreeView.h | ||
void SetItemsSource
(
TUniquePtr< UE::Slate::ItemsSource::IItemsSource< ItemType > > Provider |
Widgets/Views/STreeView.h |
SetItemsSource(const TArray< ItemType > *)
| Name | SetItemsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
void SetItemsSource
(
const TArray < ItemType > * InListItemsSource
)
SetItemsSource(TSharedRef<::UE::Slate::Containers::TObservableArray< ItemType > >)
| Name | SetItemsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
void SetItemsSource
(
TSharedRef <::UE::Slate::Containers::TObservableArray < ItemType > > InListItemsSource
)
SetItemsSource(TUniquePtr< UE::Slate::ItemsSource::IItemsSource< ItemType > >)
| Name | SetItemsSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STreeView.h |
| Include Path | #include "Widgets/Views/STreeView.h" |
void SetItemsSource
(
TUniquePtr < UE::Slate::ItemsSource::IItemsSource < ItemType > > Provider
)