Navigation
API > API/Runtime > API/Runtime/Slate
A generic container for TableView items.
| Name | IItemsSource |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h |
| Include Path | #include "Widgets/Views/IItemsSource.h" |
Syntax
template<typename ItemType>
class IItemsSource
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IItemsSource() |
Widgets/Views/IItemsSource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArrayView< const ItemType > GetItems() |
Returns all the items in the source. | Widgets/Views/IItemsSource.h | |
bool IsSame
(
const void* RawPointer |
Test if the source has the same origin. | Widgets/Views/IItemsSource.h |