Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
Inheritance Hierarchy
- IItemsSource
- FArrayPointer
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h |
| Include | #include "Widgets/Views/IItemsSource.h" |
Syntax
template<typename ItemType>
class FArrayPointer : public UE::Slate::ItemsSource::IItemsSource< ItemType >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArrayPointer
(
const TArray< ItemType >* InItemsSource |
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. |