Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FObservableArrayPointer |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/IItemsSource.h |
| Include Path | #include "Widgets/Views/IItemsSource.h" |
Syntax
template<typename InItemType>
class FObservableArrayPointer : public UE::Slate::ItemsSource::IItemsSource< InItemType >
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObservableArrayPointer
(
TSharedRef< WidgetType > InListView, |
Widgets/Views/IItemsSource.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FObservableArrayPointer() |
Widgets/Views/IItemsSource.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ItemType | InItemType | Widgets/Views/IItemsSource.h | |
| WidgetType | STableViewBase | Widgets/Views/IItemsSource.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayChangedHandle | FDelegateHandle | Widgets/Views/IItemsSource.h | ||
| ItemsSource | UE::Slate::Containers::TObservableArray< ItemType > * | Widgets/Views/IItemsSource.h | ||
| ListViewOwner | TWeakPtr< WidgetType > | Widgets/Views/IItemsSource.h |
Functions
Public
Overridden from IItemsSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArrayView< const ItemType > GetItems() |
Returns all the items in the source. | Widgets/Views/IItemsSource.h | |
virtual bool IsSame
(
const void* RawPointer |
Test if the source has the same origin. | Widgets/Views/IItemsSource.h |