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
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
Functions
Public
| 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
) const
|
Test if the source has the same origin. |
Widgets/Views/IItemsSource.h |
|