Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
Inheritance Hierarchy
- IItemsSource
- FArrayPointer
- FObservableArrayPointer
- FSharedObservableArray
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h |
| Include | #include "Widgets/Views/IItemsSource.h" |
Syntax
template<typename ItemType>
class IItemsSource
Remarks
A generic container for TableView items.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| 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. |