![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IItemsSource.h>
Inheritance diagram for UE::Slate::ItemsSource::IItemsSource< ItemType >:Public Member Functions | |
| virtual | ~IItemsSource ()=default |
| virtual const TArrayView< const ItemType > | GetItems () const =0 |
| virtual bool | IsSame (const void *RawPointer) const =0 |
|
virtualdefault |
|
pure virtual |
Returns all the items in the source.
Implemented in UE::Slate::ItemsSource::FArrayPointer< ItemType >, UE::Slate::ItemsSource::FObservableArrayPointer< InItemType >, and UE::Slate::ItemsSource::FSharedObservableArray< InItemType >.
|
pure virtual |
Test if the source has the same origin.
Implemented in UE::Slate::ItemsSource::FArrayPointer< ItemType >, UE::Slate::ItemsSource::FObservableArrayPointer< InItemType >, and UE::Slate::ItemsSource::FSharedObservableArray< InItemType >.