Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
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
class SListViewPinnedRowWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SListView::SListViewPinnedRowWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SListView::SListViewPinnedRowWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwnerListView | TSharedPtr< SListView > | 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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Views/SListView.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
Widgets/Views/SListView.h |