Navigation
API > API/Runtime > API/Runtime/Slate
Private class that acts as a wrapper around PinnedRows, to allow for customized styling.
| |
|
| Name |
SListViewPinnedRowWidget |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path |
#include "Widgets/Views/SListView.h" |
Syntax
template<typename ItemType>
class SListViewPinnedRowWidget : public SCompoundWidget
Inheritance Hierarchy
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OwnerListView |
TSharedPtr< SListView< ItemType > > |
A pointer to the ListView that owns this widget. |
Widgets/Views/SListView.h |
|
| PinnedItemRow |
TSharedPtr< ITableRow > |
A pointer to the row contained by this widget. |
Widgets/Views/SListView.h |
|
Functions
Public
Protected Virtual