Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
Inheritance Hierarchy
- IItemsSource
- FObservableArrayPointer
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h |
| Include | #include "Widgets/Views/IItemsSource.h" |
Syntax
template<typename InItemType>
class FObservableArrayPointer : public UE::Slate::ItemsSource::IItemsSource< InItemType >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObservableArrayPointer
(
TSharedRef< WidgetType > InListView, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IItemsSource
| Type | Name | Description | |
|---|---|---|---|
| const TArrayView< const ItemType > | GetItems () |
Returns all the items in the source. | |
| bool | IsSame
(
const void* RawPointer |
Test if the source has the same origin. |
Typedefs
| Name | Description |
|---|---|
| ItemType | |
| WidgetType |