![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IItemsSource.h>
Inheritance diagram for UE::Slate::ItemsSource::FArrayPointer< ItemType >:Public Member Functions | |
| FArrayPointer (const TArray< ItemType > *InItemsSource) | |
| virtual const TArrayView< const ItemType > | GetItems () const override |
| virtual bool | IsSame (const void *RawPointer) const override |
Public Member Functions inherited from UE::Slate::ItemsSource::IItemsSource< ItemType > | |
| virtual | ~IItemsSource ()=default |
|
inlineexplicit |
|
inlineoverridevirtual |
Returns all the items in the source.
Implements UE::Slate::ItemsSource::IItemsSource< ItemType >.
|
inlineoverridevirtual |
Test if the source has the same origin.
Implements UE::Slate::ItemsSource::IItemsSource< ItemType >.